mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-19 01:15:32 -04:00
Merge branch 'main' of https://github.com/coderkei/akmenu-next
This commit is contained in:
commit
ba350c5fd6
@ -4,13 +4,15 @@ Frontend for nds-bootstrap based upon lifehansolhacker's akmenu4 port [https://g
|
||||
|
||||
## 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
|
||||
|
||||
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 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 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
|
||||
|
||||
|
@ -528,8 +528,8 @@ void cMainWnd::setParam(void) {
|
||||
gs().showHiddenFiles);
|
||||
settingWnd.addSettingItem(LANG("rom trim", "text"), _values, gs().romTrim);
|
||||
_values.clear();
|
||||
_values.push_back(".sav");
|
||||
_values.push_back(".nds.sav");
|
||||
_values.push_back(".sav");
|
||||
settingWnd.addSettingItem(LANG("file settings", "save extension"), _values, gs().saveExt);
|
||||
|
||||
// page 4: patches
|
||||
|
Loading…
Reference in New Issue
Block a user