aboutsummaryrefslogtreecommitdiff
path: root/src/Platform.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2021-11-17 21:44:49 +0100
committerArisotura <thetotalworm@gmail.com>2021-11-17 21:44:49 +0100
commitd5b248bb863570f46a394ea7e217deb9666402fd (patch)
tree108c844c1a5687798c405b01dac5f618f45be599 /src/Platform.h
parent13afaa03031c2ea6c255a9e7a1c2563a51090d36 (diff)
decouple more config shit from the core. bahahah
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 2faef50..0323637 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -68,6 +68,15 @@ enum ConfigEntry
DSiSD_ReadOnly,
DSiSD_FolderSync,
DSiSD_FolderPath,
+
+ Firm_RandomizeMAC,
+ Firm_OverrideSettings,
+ Firm_Username,
+ Firm_Language,
+ Firm_BirthdayMonth,
+ Firm_BirthdayDay,
+ Firm_Color,
+ Firm_Message,
};
int GetConfigInt(ConfigEntry entry);