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:
f70d384
)
bios: firstfile delivers an event on real bios, so do that
author
notaz
<notasas@gmail.com>
Thu, 13 Jan 2011 14:49:48 +0000
(16:49 +0200)
committer
notaz
<notasas@gmail.com>
Sat, 15 Jan 2011 22:03:53 +0000
(
00:03
+0200)
libpcsxcore/psxbios.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/psxbios.c
b/libpcsxcore/psxbios.c
index
aa49b23
..
f2f2540
100644
(file)
--- a/
libpcsxcore/psxbios.c
+++ b/
libpcsxcore/psxbios.c
@@
-1873,6
+1873,9
@@
void psxBios_firstfile() { // 42
bufile(2);
}
+ // firstfile() calls _card_read() internally, so deliver it's event
+ DeliverEvent(0x11, 0x2);
+
pc0 = ra;
}