From 89c0de4234815e0fa9e8399b940ecec6c89a062b Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 19 Dec 2011 23:32:49 +0200 Subject: gpu_neon: make use of unai's lineskip mode --- plugins/gpu_unai/gpu_command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/gpu_unai/gpu_command.h') 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 -- cgit v1.2.3