psxbios: allow custom api overrides
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index 67a0ae0..4c78255 100644 (file)
@@ -141,6 +141,7 @@ typedef struct {
        boolean UseNet;
        boolean icache_emulation;
        boolean DisableStalls;
+       boolean PreciseExceptions;
        int GpuListWalking;
        int cycle_multiplier; // 100 for 1.0
        int cycle_multiplier_override;
@@ -154,7 +155,6 @@ typedef struct {
 
 extern PcsxConfig Config;
 extern boolean NetOpened;
-extern boolean BiosBooted;
 
 struct PcsxSaveFuncs {
        void *(*open)(const char *name, const char *mode);