neutrino.cpp: customization to libstb-hal align init/exit function names

Origin commit data
------------------
Commit: bb153159fc
Author: max_10 <max_10@gmx.de>
Date: 2018-12-26 (Wed, 26 Dec 2018)

Origin message was:
------------------
- neutrino.cpp: customization to libstb-hal align init/exit function names
This commit is contained in:
max_10
2018-12-26 17:21:45 +01:00
committed by vanhofen
parent 157de412de
commit 43fd017343

View File

@@ -237,10 +237,9 @@ CNeutrinoApp::CNeutrinoApp()
: configfile('\t')
{
standby_pressed_at.tv_sec = 0;
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
#if USE_STB_HAL
/* this needs to happen before the framebuffer is set up */
init_td_api();
// shutdown_td_api();
hal_api_init();
#endif
osd_resolution_tmp = -1;
frameBufferInitialized = false;