aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/PlatformConfig.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-05-17 04:37:44 +0200
committerArisotura <thetotalworm@gmail.com>2020-05-17 04:37:44 +0200
commit17d30e91f01ea015caf5e28afe8ddca4aede45b1 (patch)
tree60e0742f5081b878adba2581f7fc99baa1f7bff1 /src/frontend/qt_sdl/PlatformConfig.cpp
parent60ba163f08e0af4272c8de6141583238eb283fe8 (diff)
actually hook this up
Diffstat (limited to 'src/frontend/qt_sdl/PlatformConfig.cpp')
-rw-r--r--src/frontend/qt_sdl/PlatformConfig.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/frontend/qt_sdl/PlatformConfig.cpp b/src/frontend/qt_sdl/PlatformConfig.cpp
index fba649c..1f6a873 100644
--- a/src/frontend/qt_sdl/PlatformConfig.cpp
+++ b/src/frontend/qt_sdl/PlatformConfig.cpp
@@ -64,10 +64,6 @@ char MicWavPath[1024];
char LastROMFolder[1024];
-char BIOS9Path[1024];
-char BIOS7Path[1024];
-char FirmwarePath[1024];
-
ConfigEntry PlatformConfigFile[] =
{
@@ -149,10 +145,6 @@ ConfigEntry PlatformConfigFile[] =
{"LastROMFolder", 1, LastROMFolder, 0, "", 1023},
- {"BIOS9Path", 1, BIOS9Path, 0, "", 1023},
- {"BIOS7Path", 1, BIOS7Path, 0, "", 1023},
- {"FirmwarePath", 1, FirmwarePath, 0, "", 1023},
-
{"", -1, NULL, 0, NULL, 0}
};