mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-19 09:25:33 -04:00
Compare commits
No commits in common. "main" and "v1.6.1" have entirely different histories.
@ -142,9 +142,7 @@ bool NdsBootstrapLauncher::prepareIni() {
|
||||
ini.SetString("NDS-BOOTSTRAP", "DSI_MODE", "0");
|
||||
}
|
||||
if(gs().phatCol) {
|
||||
#ifdef __DSIMODE__
|
||||
ini.SetString("NDS-BOOTSTRAP", "PHAT_COLORS", "1");
|
||||
#endif
|
||||
}
|
||||
|
||||
if (access("/_nds/debug.txt", F_OK) == 0) {
|
||||
|
@ -553,16 +553,16 @@ void cMainWnd::setParam(void) {
|
||||
_values.push_back("disable");
|
||||
_values.push_back("enable");
|
||||
settingWnd.addSettingItem(LANG("nds bootstrap", "dsmode"), _values, gs().dsOnly);
|
||||
#ifdef __DSIMODE__
|
||||
_values.clear();
|
||||
_values.push_back("enable");
|
||||
_values.push_back("disable");
|
||||
settingWnd.addSettingItem(LANG("nds bootstrap", "phatCol"), _values, gs().phatCol);
|
||||
#endif
|
||||
_values.clear();
|
||||
_values.push_back("release");
|
||||
_values.push_back("nightly");
|
||||
settingWnd.addSettingItem(LANG("nds bootstrap", "text"), _values, gs().nightly);
|
||||
#ifdef __DSIMODE__
|
||||
_values.clear();
|
||||
_values.push_back("disable");
|
||||
_values.push_back("enable");
|
||||
settingWnd.addSettingItem(LANG("nds bootstrap", "phatCol"), _values, gs().phatCol);
|
||||
#endif
|
||||
#ifdef __KERNEL_LAUNCHER_SUPPORT__
|
||||
_values.clear();
|
||||
_values.push_back("Kernel");
|
||||
|
Loading…
Reference in New Issue
Block a user