mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
neutrino.cpp: customization to libstb-hal align init/exit function names
Origin commit data
------------------
Branch: ni/coolstream
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
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -237,10 +237,9 @@ CNeutrinoApp::CNeutrinoApp()
|
|||||||
: configfile('\t')
|
: configfile('\t')
|
||||||
{
|
{
|
||||||
standby_pressed_at.tv_sec = 0;
|
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 */
|
/* this needs to happen before the framebuffer is set up */
|
||||||
init_td_api();
|
hal_api_init();
|
||||||
// shutdown_td_api();
|
|
||||||
#endif
|
#endif
|
||||||
osd_resolution_tmp = -1;
|
osd_resolution_tmp = -1;
|
||||||
frameBufferInitialized = false;
|
frameBufferInitialized = false;
|
||||||
|
Reference in New Issue
Block a user