X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcommon.h;h=c0c2c9fb2b05978c72d70c8239b1d94b21b41c73;hb=dcb2e057c41c8324afc9cd83e45c2c9ca350e42f;hp=8ef794b1ccd2633d874fe60e06bbe7b4d0e11496;hpb=3cf51e0893f3646f4f6217b9701c0ab199d8a6ac;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index 8ef794b1..c0c2c9fb 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 @@ -125,6 +129,7 @@ typedef struct { boolean Mdec; boolean PsxAuto; boolean Cdda; + boolean CHD_Precache; /* loads disk image into memory, works with CHD only. */ boolean HLE; boolean Debug; boolean PsxOut; @@ -132,6 +137,8 @@ typedef struct { boolean RCntFix; boolean UseNet; boolean VSyncWA; + boolean icache_emulation; + boolean DisableStalls; u8 Cpu; // CPU_DYNAREC or CPU_INTERPRETER u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL #ifdef _WIN32