X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Ftest.c;h=e523e2090d44af6e772117fa3a23ebeae288ebed;hp=be271b651c0f6fffa62d5eb3444958b654f1240f;hb=5d834c089ea695dba7643cba8686ce2ac06d8db4;hpb=adb4b2c6fff620ecd65e3786a2f961413507c1a4 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();