X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fgpu.h;h=018d353ab05733fe572ed6ae63a803842a5f62cc;hp=d02dca409c141c39f0b3188041db58683dbb7157;hb=8ad120c9c4dca424feac32098cb4af6a2c8f641f;hpb=ddbaf678c49d33cf60f1eac5069e3275baa2c685 diff --git a/libpcsxcore/gpu.h b/libpcsxcore/gpu.h index d02dca40..018d353a 100644 --- a/libpcsxcore/gpu.h +++ b/libpcsxcore/gpu.h @@ -5,9 +5,13 @@ * that GPU plugin doesn't. */ -#define PSXGPU_LCF (1<<31) -#define PSXGPU_nBUSY (1<<26) -#define PSXGPU_ILACE (1<<22) +#define PSXGPU_LCF (1<<31) +#define PSXGPU_nBUSY (1<<26) +#define PSXGPU_ILACE (1<<22) +#define PSXGPU_DHEIGHT (1<<19) + +// both must be set for interlace to work +#define PSXGPU_ILACE_BITS (PSXGPU_ILACE | PSXGPU_DHEIGHT) #define HW_GPU_STATUS psxHu32ref(0x1814)