diff options
Diffstat (limited to 'plugins/gpu_unai/gpu_command.h')
| -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  | 
