ref: 8b8b2e43f6923e37a3425595ab6f434b47631e82
parent: 9c27ead94bfb768319d667d90a0e4ee41ecb4cb5
author: Snesrev <snesrev@protonmail.com>
date: Sat Sep 10 12:26:22 EDT 2022
Rename section from Config to General
--- a/config.c
+++ b/config.c
@@ -192,7 +192,7 @@
return 1;
if (StringEqualsNoCase(s, "[Sound]"))
return 2;
- if (StringEqualsNoCase(s, "[Config]"))
+ if (StringEqualsNoCase(s, "[General]"))
return 3;
return -1;
}
--- a/zelda3.ini
+++ b/zelda3.ini
@@ -1,4 +1,4 @@
-[Config]
+[General]
# Automatically save state on quit and reload on start
Autosave = 0