drc: handle upto 64k page size
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index b621326..dce4f41 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;
@@ -149,10 +150,11 @@ typedef struct {
        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;