Origin commit data
------------------
Branch: ni/coolstream
Commit: 4c0d6c0930
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-05-09 (Tue, 09 May 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2017-05-09 18:36:27 +02:00

View File

@@ -500,8 +500,8 @@ int CNeutrinoApp::loadSetup(const char * fname)
g_settings.hdd_allow_set_recdir = configfile.getInt32( "hdd_allow_set_recdir", 1); //NI
/*
hw_caps uses CFEManager and CFEManager needs g_settings.
So g_settings cannot use hw_caps.
hw_caps needs CFEManager and CFEManager needs g_settings.
So loadSetup() cannot use hw_caps to init g_settings.
For this reason we need this workaround.
*/