From 89ea45016c114706aab322c660056c1be68aad2d Mon Sep 17 00:00:00 2001 From: Will Stafford Date: Tue, 16 Apr 2024 16:45:04 -0400 Subject: [PATCH] Fix typo in readme and spaces/tabs --- README.md | 2 +- source/arm11/config.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3224123..a76e750 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/source/arm11/config.c b/source/arm11/config.c index ea0135d..b888739 100644 --- a/source/arm11/config.c +++ b/source/arm11/config.c @@ -44,7 +44,7 @@ "[advanced]\n" \ "saveOverride=false\n" \ "defaultSave=14\n" \ - "mgbaSaveCompat=false" + "mgbaSaveCompat=false"