From e64dc4c54e96643522dc4b8c205d143c7d9b2f1d Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 18 Jun 2011 01:23:27 +0300 Subject: dfxvideo: decouple from main emu --- plugins/gpu_unai/gpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu_unai') diff --git a/plugins/gpu_unai/gpu.cpp b/plugins/gpu_unai/gpu.cpp index 0ef8f51..808c891 100644 --- a/plugins/gpu_unai/gpu.cpp +++ b/plugins/gpu_unai/gpu.cpp @@ -938,7 +938,7 @@ void GPU_updateLace(void) blit(); fb_dirty = false; - if (*cbs->fskip_option) + if (cbs->fskip_advice) isSkip = true; } else -- cgit v1.2.3