Fix typo in readme and spaces/tabs
This commit is contained in:
parent
3c3a49195f
commit
89ea45016c
|
@ -160,7 +160,7 @@ Options for advanced users. No pun intended.
|
|||
* `14`: SRAM 256k
|
||||
* `15`: None
|
||||
|
||||
`bool mgbaSaveCompat` - Look for and place romName.sav and romName.ini in the ROM directory for compatibility with mbga save behavior.
|
||||
`bool mgbaSaveCompat` - Look for and place romName.sav and romName.ini in the ROM directory for compatibility with mGBA save behavior.
|
||||
* Default: `false`
|
||||
|
||||
## Patches
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"[advanced]\n" \
|
||||
"saveOverride=false\n" \
|
||||
"defaultSave=14\n" \
|
||||
"mgbaSaveCompat=false"
|
||||
"mgbaSaveCompat=false"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue