diff options
author | notaz | 2011-12-19 23:32:49 +0200 |
---|---|---|
committer | notaz | 2011-12-19 23:37:03 +0200 |
commit | 89c0de4234815e0fa9e8399b940ecec6c89a062b (patch) | |
tree | a1b72ef419e02b72d272df1bedc0b61ef3754f4f /plugins/gpu_unai | |
parent | 9a6e78167b192106ed58bfac00e82f4c6caa2586 (diff) | |
download | pcsx_rearmed-89c0de4234815e0fa9e8399b940ecec6c89a062b.tar.gz pcsx_rearmed-89c0de4234815e0fa9e8399b940ecec6c89a062b.tar.bz2 pcsx_rearmed-89c0de4234815e0fa9e8399b940ecec6c89a062b.zip |
gpu_neon: make use of unai's lineskip mode
Diffstat (limited to 'plugins/gpu_unai')
-rw-r--r-- | plugins/gpu_unai/gpu_command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gpu_unai/gpu_command.h b/plugins/gpu_unai/gpu_command.h index a5b61b6..d380dae 100644 --- a/plugins/gpu_unai/gpu_command.h +++ b/plugins/gpu_unai/gpu_command.h @@ -373,7 +373,9 @@ void gpuSendPacketFunction(const int PRIM) break; case 0xA0: // sys ->vid gpuLoadImage(); // prim handles updateLace && skip +#ifndef isSkip // not a define if (alt_fps) isSkip=false; +#endif DO_LOG(("gpuLoadImage(0x%x)\n",PRIM)); break; case 0xC0: // vid -> sys |