an alt hack for Judge Dredd
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index e0876cf..dce4f41 100644 (file)
@@ -141,16 +141,20 @@ 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
        struct {
                boolean cdr_read_timing;
+               boolean gpu_slow_list_walking;
+               boolean gpu_busy;
+               boolean gpu_centering;
+               boolean dualshock_init_analog;
+               boolean gpu_timing1024;
        } hacks;
-#ifdef _WIN32
-       char Lang[256];
-#endif
 } PcsxConfig;
 
 extern PcsxConfig Config;