aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai
diff options
context:
space:
mode:
authornotaz2011-06-18 01:23:27 +0300
committernotaz2011-07-08 00:15:06 +0300
commite64dc4c54e96643522dc4b8c205d143c7d9b2f1d (patch)
treee62be926fd4fa3e096d4ac8e7c2b475f57e86954 /plugins/gpu_unai
parent69f0df9cbaed6620a190ac289958c5bf7c079d92 (diff)
downloadpcsx_rearmed-e64dc4c54e96643522dc4b8c205d143c7d9b2f1d.tar.gz
pcsx_rearmed-e64dc4c54e96643522dc4b8c205d143c7d9b2f1d.tar.bz2
pcsx_rearmed-e64dc4c54e96643522dc4b8c205d143c7d9b2f1d.zip
dfxvideo: decouple from main emu
Diffstat (limited to 'plugins/gpu_unai')
-rw-r--r--plugins/gpu_unai/gpu.cpp2
1 files changed, 1 insertions, 1 deletions
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