X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu_if.c;h=fc4706c14c56a347d28a51619cb266b511a610b9;hb=fe520ce58803f87a8f02866d54eb882114f6ab4e;hp=638d4ec37f91e2472ed557c8c2d0dcf76c392eb9;hpb=9775fc330a05a1fe0bf61c3cc6d1ee1cf3d27df8;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/psx_gpu_if.c b/plugins/gpu_neon/psx_gpu_if.c index 638d4ec3..fc4706c1 100644 --- a/plugins/gpu_neon/psx_gpu_if.c +++ b/plugins/gpu_neon/psx_gpu_if.c @@ -147,8 +147,7 @@ void renderer_sync_ecmds(uint32_t *ecmds) void renderer_update_caches(int x, int y, int w, int h) { update_texture_cache_region(&egpu, x, y, x + w - 1, y + h - 1); - if (gpu.state.enhancement_active && - !(gpu.status & PSX_GPU_STATUS_RGB24)) + if (gpu.state.enhancement_active && !(gpu.status & PSX_GPU_STATUS_RGB24)) sync_enhancement_buffers(x, y, w, h); }