notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3faf5c2
)
plugin_lib: fix a silly crash
author
notaz
<notasas@gmail.com>
Tue, 26 Sep 2023 22:09:51 +0000
(
01:09
+0300)
committer
notaz
<notasas@gmail.com>
Tue, 26 Sep 2023 22:09:51 +0000
(
01:09
+0300)
frontend/plugin_lib.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/plugin_lib.c
b/frontend/plugin_lib.c
index
8a6b6ad
..
917ae17
100644
(file)
--- 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);