mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-18 08:55:46 -04:00
Fixed Phat Colors INI
This commit is contained in:
parent
bbf049cc95
commit
2cddd7e4ad
@ -142,7 +142,9 @@ bool NdsBootstrapLauncher::prepareIni() {
|
|||||||
ini.SetString("NDS-BOOTSTRAP", "DSI_MODE", "0");
|
ini.SetString("NDS-BOOTSTRAP", "DSI_MODE", "0");
|
||||||
}
|
}
|
||||||
if(gs().phatCol) {
|
if(gs().phatCol) {
|
||||||
|
#ifdef __DSIMODE__
|
||||||
ini.SetString("NDS-BOOTSTRAP", "PHAT_COLORS", "1");
|
ini.SetString("NDS-BOOTSTRAP", "PHAT_COLORS", "1");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (access("/_nds/debug.txt", F_OK) == 0) {
|
if (access("/_nds/debug.txt", F_OK) == 0) {
|
||||||
|
@ -559,8 +559,8 @@ void cMainWnd::setParam(void) {
|
|||||||
settingWnd.addSettingItem(LANG("nds bootstrap", "text"), _values, gs().nightly);
|
settingWnd.addSettingItem(LANG("nds bootstrap", "text"), _values, gs().nightly);
|
||||||
#ifdef __DSIMODE__
|
#ifdef __DSIMODE__
|
||||||
_values.clear();
|
_values.clear();
|
||||||
_values.push_back("enable");
|
|
||||||
_values.push_back("disable");
|
_values.push_back("disable");
|
||||||
|
_values.push_back("enable");
|
||||||
settingWnd.addSettingItem(LANG("nds bootstrap", "phatCol"), _values, gs().phatCol);
|
settingWnd.addSettingItem(LANG("nds bootstrap", "phatCol"), _values, gs().phatCol);
|
||||||
#endif
|
#endif
|
||||||
#ifdef __KERNEL_LAUNCHER_SUPPORT__
|
#ifdef __KERNEL_LAUNCHER_SUPPORT__
|
||||||
|
Loading…
Reference in New Issue
Block a user