X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=917ae1796b683cd683015f92f1977e6db42059d4;hb=ba8d6a2dbb802b215c1657c5b456cb8c65a18520;hp=8a6b6adb1f5f8b09609c6209689de52fdca568dc;hpb=3faf5c235830d46b111bfc6459f50071b43f6a0d;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 8a6b6adb..917ae179 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -137,7 +137,7 @@ static __attribute__((noinline)) void draw_active_chans(int vout_w, int vout_h) unsigned short *d, p; int c, x, y; - if (dest == NULL || pl_vout_bpp != 16) + if (pl_vout_buf == NULL || pl_vout_bpp != 16) return; spu_get_debug_info(&live_chans, &run_chans, &fmod_chans, &noise_chans);