diff options
author | notaz | 2011-06-18 01:23:27 +0300 |
---|---|---|
committer | notaz | 2011-07-08 00:15:06 +0300 |
commit | e64dc4c54e96643522dc4b8c205d143c7d9b2f1d (patch) | |
tree | e62be926fd4fa3e096d4ac8e7c2b475f57e86954 /plugins/gpu_unai | |
parent | 69f0df9cbaed6620a190ac289958c5bf7c079d92 (diff) | |
download | pcsx_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.cpp | 2 |
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 |