update aurora, add pre launch option to determine save file type (gci or raw)

This commit is contained in:
CraftyBoss
2026-04-23 23:31:07 -07:00
parent d625c7ab0c
commit daf4b1dfeb
5 changed files with 35 additions and 2 deletions
+1
View File
@@ -127,6 +127,7 @@ struct UserSettings {
ConfigVar<bool> wasPresetChosen;
ConfigVar<bool> enableCrashReporting;
ConfigVar<bool> duskMenuOpen;
ConfigVar<int> cardFileType;
} backend;
};