mirror of
https://github.com/lesserkuma/GBA_MultiMenu.git
synced 2026-04-20 07:27:19 -05:00
-
This commit is contained in:
parent
b43c23db22
commit
d8df1ff28e
20
README.md
20
README.md
|
|
@ -13,10 +13,10 @@ Open the config.json file in a text editor like Notepad.
|
|||
|
||||
The following section must be edited in order to specify the cartridge type to use and whether or not your cartridge has a battery installed:
|
||||
```json
|
||||
"cartridge": {
|
||||
"type": 2,
|
||||
"battery_present": false
|
||||
},
|
||||
"cartridge": {
|
||||
"type": 2,
|
||||
"battery_present": false
|
||||
},
|
||||
```
|
||||
Set `type` to `1` or `2`:
|
||||
- `1` = MSP55LV100S (e.g. The Legend of Zelda Collection - Classic Edition 7-in-1)
|
||||
|
|
@ -25,6 +25,18 @@ Set `type` to `1` or `2`:
|
|||
Set `battery_present` to `true` or `false`. This will enable enhanced save data handling which will only be functional with a working battery.
|
||||
|
||||
In the `games` section, you can edit the game-related stuff:
|
||||
```json
|
||||
"games": [
|
||||
{
|
||||
"enabled": true,
|
||||
"file": "wah7.gba",
|
||||
"title": "Super WAHluigi Bros. 7",
|
||||
"title_font": 1,
|
||||
"save_slot": 1
|
||||
},
|
||||
...
|
||||
]
|
||||
```
|
||||
- `enabled` can be set to `true` or `false`. If this option is set, the game entry will be skipped by the ROM Builder.
|
||||
- `file` is the ROM's file name within the **roms** folder, including file extension.
|
||||
- `title` is the unicode title that will be displayed in the menu.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user