aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/PlatformConfig.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2021-11-17 20:42:11 +0100
committerArisotura <thetotalworm@gmail.com>2021-11-17 20:42:11 +0100
commit5bb8f4c9226ec5967bb3a994a37d38435a44223e (patch)
treed7f7de13a433a3b132e1d9f39df582954187b460 /src/frontend/qt_sdl/PlatformConfig.h
parent69715043cad65db6e5adb252746f9ec4c1f61087 (diff)
* remove more Config dependencies from the core
* also use less shitty strings
Diffstat (limited to 'src/frontend/qt_sdl/PlatformConfig.h')
-rw-r--r--src/frontend/qt_sdl/PlatformConfig.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/PlatformConfig.h b/src/frontend/qt_sdl/PlatformConfig.h
index 891606c..0a224e9 100644
--- a/src/frontend/qt_sdl/PlatformConfig.h
+++ b/src/frontend/qt_sdl/PlatformConfig.h
@@ -87,6 +87,17 @@ extern int JIT_LiteralOptimisations;
extern int JIT_FastMemory;
#endif
+extern int ExternalBIOSEnable;
+
+extern char BIOS9Path[1024];
+extern char BIOS7Path[1024];
+extern char FirmwarePath[1024];
+
+extern char DSiBIOS9Path[1024];
+extern char DSiBIOS7Path[1024];
+extern char DSiFirmwarePath[1024];
+extern char DSiNANDPath[1024];
+
extern int DLDIEnable;
extern char DLDISDPath[1024];
extern int DLDISize;