X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcommon.h;h=708d9843ac5c3c7f830ac439aa7d11c4559e5baf;hb=70575e81838e2c8d842dd28c3fc7fbb91b395061;hp=a7dd6aea47a7cb9cc1f5f9f5dbcde45991d72a6e;hpb=f422f444ca3ef7ecac9ac2ffc2f8e227578399a3;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index a7dd6aea..708d9843 100644 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -40,7 +40,9 @@ extern "C" { #include #include #include +#ifndef __SWITCH__ #include +#endif #include // Define types @@ -118,6 +120,8 @@ typedef struct { boolean Mdec; boolean PsxAuto; boolean Cdda; + boolean AsyncCD; + boolean CHD_Precache; /* loads disk image into memory, works with CHD only. */ boolean HLE; boolean SlowBoot; boolean Debug;