X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcommon.h;h=a549eb67e145373686e69dd6a1414051886d877a;hb=d014a47167b28b19f87546bca0b0c53f08b1daff;hp=2dd91cf1c8cb0cbafaba0b7ad7dd23ec82661687;hpb=32631e6a5d44d1e6aa5d53d5777a039b2d3d4300;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index 2dd91cf1..a549eb67 100644 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -37,6 +37,10 @@ extern "C" { #pragma GCC diagnostic ignored "-Wformat-overflow" #pragma GCC diagnostic ignored "-Wstringop-truncation" #endif +// devkitpro has uint32_t as long, unfortunately +#ifdef _3DS +#pragma GCC diagnostic ignored "-Wformat" +#endif // System includes #include @@ -121,17 +125,14 @@ typedef struct { char PluginsDir[MAXPATHLEN]; char PatchesDir[MAXPATHLEN]; boolean Xa; - boolean Sio; boolean Mdec; boolean PsxAuto; boolean Cdda; + boolean CHD_Precache; /* loads disk image into memory, works with CHD only. */ boolean HLE; boolean Debug; boolean PsxOut; - boolean SpuIrq; - boolean RCntFix; boolean UseNet; - boolean VSyncWA; boolean icache_emulation; boolean DisableStalls; u8 Cpu; // CPU_DYNAREC or CPU_INTERPRETER