This commit is contained in:
Kei 2025-01-18 18:52:17 +00:00
commit ba350c5fd6
2 changed files with 6 additions and 4 deletions

View File

@ -4,13 +4,15 @@ Frontend for nds-bootstrap based upon lifehansolhacker's akmenu4 port [https://g
## Getting Started ## Getting Started
Requires devkitarm to be installed. Build the repository with `build.sh`. Requires devkitarm to be installed. Simply build the repository with `make`.
### Configuration ### Configuration
The system directory is `_nds` where the akmenu system files should be placed, along with a copy of nds-bootstrap as `nds-bootstrap-release.nds`. * The system directory is `_nds` where the akmenu system files should be placed, along with a copy of nds-bootstrap as `nds-bootstrap-release.nds`.
For cheats, put a copy of `usrcheat.dat` into the `_nds/cheats` folder. Themes go into `_nds/ui`. * The binary of akmenu-next additionally needs to be in the `_nds` folder as `launcher.nds` for theme & language reboots.
* Cheats should be placed as `usrcheat.dat` into the `_nds/cheats` folder.
* Themes go into `_nds/ui`. Acekard & Wood R4 themes are supported.
## License ## License

View File

@ -528,8 +528,8 @@ void cMainWnd::setParam(void) {
gs().showHiddenFiles); gs().showHiddenFiles);
settingWnd.addSettingItem(LANG("rom trim", "text"), _values, gs().romTrim); settingWnd.addSettingItem(LANG("rom trim", "text"), _values, gs().romTrim);
_values.clear(); _values.clear();
_values.push_back(".sav");
_values.push_back(".nds.sav"); _values.push_back(".nds.sav");
_values.push_back(".sav");
settingWnd.addSettingItem(LANG("file settings", "save extension"), _values, gs().saveExt); settingWnd.addSettingItem(LANG("file settings", "save extension"), _values, gs().saveExt);
// page 4: patches // page 4: patches