mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-19 01:15:32 -04:00
rominfownd: fix order of ROM loader selection
nds-bootstrap needs to be `1` for things to work.
This commit is contained in:
parent
350dc13e90
commit
30836cdae3
@ -331,8 +331,8 @@ void cRomInfoWnd::pressSaveType(void) {
|
|||||||
|
|
||||||
#ifdef __KERNEL_LAUNCHER_SUPPORT__
|
#ifdef __KERNEL_LAUNCHER_SUPPORT__
|
||||||
_values.clear();
|
_values.clear();
|
||||||
_values.push_back("nds-bootstrap");
|
|
||||||
_values.push_back("kernel");
|
_values.push_back("kernel");
|
||||||
|
_values.push_back("nds-bootstrap");
|
||||||
_values.push_back(LANG("save type", "default"));
|
_values.push_back(LANG("save type", "default"));
|
||||||
settingWnd.addSettingItem(LANG("loader", "text"), _values,
|
settingWnd.addSettingItem(LANG("loader", "text"), _values,
|
||||||
_romInfo.saveInfo().getNdsBootstrap());
|
_romInfo.saveInfo().getNdsBootstrap());
|
||||||
|
Loading…
Reference in New Issue
Block a user