gpu: a bit better idle bit handling
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index 522abbc..4c78255 100644 (file)
@@ -141,13 +141,16 @@ typedef struct {
        boolean UseNet;
        boolean icache_emulation;
        boolean DisableStalls;
+       boolean PreciseExceptions;
+       int GpuListWalking;
        int cycle_multiplier; // 100 for 1.0
        int cycle_multiplier_override;
        u8 Cpu; // CPU_DYNAREC or CPU_INTERPRETER
        u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL
-#ifdef _WIN32
-       char Lang[256];
-#endif
+       struct {
+               boolean cdr_read_timing;
+               boolean gpu_slow_list_walking;
+       } hacks;
 } PcsxConfig;
 
 extern PcsxConfig Config;