actually hook this up

This commit is contained in:
Arisotura
2020-05-17 04:37:44 +02:00
parent 60ba163f08
commit 17d30e91f0
8 changed files with 75 additions and 20 deletions

View File

@ -42,6 +42,10 @@ bool HasConfigFile(const char* fileName);
void Load();
void Save();
extern char BIOS9Path[1024];
extern char BIOS7Path[1024];
extern char FirmwarePath[1024];
extern int _3DRenderer;
extern int Threaded3D;