Fix typo in readme and spaces/tabs

This commit is contained in:
Will Stafford 2024-04-16 16:45:04 -04:00
parent 3c3a49195f
commit 89ea45016c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -44,7 +44,7 @@
"[advanced]\n" \
"saveOverride=false\n" \
"defaultSave=14\n" \
"mgbaSaveCompat=false"
"mgbaSaveCompat=false"