X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpulib%2Fgpu.c;fp=plugins%2Fgpulib%2Fgpu.c;h=6751ec7bc69fe450cce3bb86743e6efc41db0852;hp=9cf5841d9b09bf6782846f9916baf21720f8fb11;hb=cb245e568086e132cd73ae52620cabe314cdade6;hpb=11d23573173ec4b5074eb35665c6012a46034d5c diff --git a/plugins/gpulib/gpu.c b/plugins/gpulib/gpu.c index 9cf5841d..6751ec7b 100644 --- a/plugins/gpulib/gpu.c +++ b/plugins/gpulib/gpu.c @@ -756,6 +756,7 @@ void GPUupdateLace(void) flush_cmd_buffer(); renderer_flush_queues(); +#ifndef RAW_FB_DISPLAY if (gpu.status & PSX_GPU_STATUS_BLANKING) { if (!gpu.state.blanked) { vout_blank(); @@ -767,6 +768,7 @@ void GPUupdateLace(void) if (!gpu.state.fb_dirty) return; +#endif if (gpu.frameskip.set) { if (!gpu.frameskip.frame_ready) {