mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 22:54:08 +00:00
Dynamically add pipelines options, only if neo.txd exists
This commit is contained in:
parent
637cff3180
commit
9afcc355ff
4 changed files with 37 additions and 24 deletions
|
@ -3079,6 +3079,13 @@ CMenuManager::LoadSettings()
|
|||
strcpy(m_PrefsSkinFile, DEFAULT_SKIN_NAME);
|
||||
strcpy(m_aSkinName, DEFAULT_SKIN_NAME);
|
||||
}
|
||||
|
||||
#ifdef CUSTOM_FRONTEND_OPTIONS
|
||||
// Apparently this func. can be run multiple times at the start.
|
||||
if (numCustomFrontendOptions == 0 && numCustomFrontendScreens == 0) {
|
||||
CustomFrontendOptionsPopulate();
|
||||
}
|
||||
#endif
|
||||
#ifdef LOAD_INI_SETTINGS
|
||||
LoadINISettings(); // needs frontend options to be loaded
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue