add config entries for BIOS/firmware paths

This commit is contained in:
Arisotura
2020-05-17 03:02:42 +02:00
parent 2afa70b817
commit 492a4b4b46
2 changed files with 18 additions and 6 deletions

View File

@ -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];
}