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:
f23c224
)
psxbios: Fix card_status function as to use card_active_chan.
author
gameblabla
<gameblabla@openmailbox.org>
Sun, 21 Jul 2019 00:30:15 +0000
(
02:30
+0200)
committer
gameblabla
<gameblabla@openmailbox.org>
Sun, 21 Jul 2019 00:30:15 +0000
(
02:30
+0200)
libpcsxcore/psxbios.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/psxbios.c
b/libpcsxcore/psxbios.c
index
6a52d7e
..
ee307e3
100644
(file)
--- a/
libpcsxcore/psxbios.c
+++ b/
libpcsxcore/psxbios.c
@@
-2598,7
+2598,7
@@
void psxBios__card_status() { // 5c
PSXBIOS_LOG("psxBios_%s: %x\n", biosB0n[0x5c], a0);
#endif
- v0 =
1
;
+ v0 =
card_active_chan
;
pc0 = ra;
}