rominfownd: fix order of ROM loader selection

nds-bootstrap needs to be `1` for things to work.
This commit is contained in:
lifehackerhansol 2024-11-01 02:57:59 -07:00
parent 350dc13e90
commit 30836cdae3
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E

View File

@ -331,8 +331,8 @@ void cRomInfoWnd::pressSaveType(void) {
#ifdef __KERNEL_LAUNCHER_SUPPORT__
_values.clear();
_values.push_back("nds-bootstrap");
_values.push_back("kernel");
_values.push_back("nds-bootstrap");
_values.push_back(LANG("save type", "default"));
settingWnd.addSettingItem(LANG("loader", "text"), _values,
_romInfo.saveInfo().getNdsBootstrap());