aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/PlatformConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/qt_sdl/PlatformConfig.h')
-rw-r--r--src/frontend/qt_sdl/PlatformConfig.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/frontend/qt_sdl/PlatformConfig.h b/src/frontend/qt_sdl/PlatformConfig.h
index d0f765b..e104015 100644
--- a/src/frontend/qt_sdl/PlatformConfig.h
+++ b/src/frontend/qt_sdl/PlatformConfig.h
@@ -73,9 +73,13 @@ extern int SavestateRelocSRAM;
extern int AudioVolume;
extern int MicInputType;
-extern char MicWavPath[512];
+extern char MicWavPath[1024];
-extern char LastROMFolder[512];
+extern char LastROMFolder[1024];
+
+extern char BIOS9Path[1024];
+extern char BIOS7Path[1024];
+extern char FirmwarePath[1024];
}