aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpu_neon/test.c')
-rw-r--r--plugins/gpu_neon/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gpu_neon/test.c b/plugins/gpu_neon/test.c
index be271b6..e523e20 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();