X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Ftest.c;h=e523e2090d44af6e772117fa3a23ebeae288ebed;hb=0b49a8f782ef178d5aa22f189e275cfbc43967f3;hp=be271b651c0f6fffa62d5eb3444958b654f1240f;hpb=adb4b2c6fff620ecd65e3786a2f961413507c1a4;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/test.c b/plugins/gpu_neon/test.c index be271b65..e523e209 100644 --- a/plugins/gpu_neon/test.c +++ b/plugins/gpu_neon/test.c @@ -89,6 +89,8 @@ int main(int argc, char *argv[]) pcnt_init(); renderer_init(); memcpy(gpu.vram, state.vram, sizeof(gpu.vram)); + if ((state.gpu_register[8] & 0x24) == 0x24) + renderer_set_interlace(1, !(state.status >> 31)); start_cycles = pcnt_get();