add a nasty hack for gpu busy timing
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index 4c78255..f978a58 100644 (file)
@@ -150,6 +150,7 @@ typedef struct {
        struct {
                boolean cdr_read_timing;
                boolean gpu_slow_list_walking;
+               boolean gpu_busy_hack;
        } hacks;
 } PcsxConfig;