libretro: add a few options for the analog combo
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index 92e69ee..01b2a9a 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,6 +150,9 @@ typedef struct {
        struct {
                boolean cdr_read_timing;
                boolean gpu_slow_list_walking;
+               boolean gpu_busy;
+               boolean gpu_centering;
+               boolean dualshock_init_analog;
        } hacks;
 } PcsxConfig;