From 5bb8f4c9226ec5967bb3a994a37d38435a44223e Mon Sep 17 00:00:00 2001 From: Arisotura Date: Wed, 17 Nov 2021 20:42:11 +0100 Subject: * remove more Config dependencies from the core * also use less shitty strings --- src/frontend/qt_sdl/PlatformConfig.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/frontend/qt_sdl/PlatformConfig.h') 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; -- cgit v1.2.3