diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-04-30 17:13:39 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-04-30 17:13:39 +0000 |
| commit | a6a7a00650de6d53dad63263db1c6bfb6d5c3088 (patch) | |
| tree | 4b76be62b91d0d6bd1fbd2bc228c81fd144b566b /libpcsxcore | |
| parent | dacb3c05e1eaac21ef142c21288c5692fc08f7cb (diff) | |
| download | pcsxr-a6a7a00650de6d53dad63263db1c6bfb6d5c3088.tar.gz | |
psxbios: firstfile() does NOT deliver event in real BIOS.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90195 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rwxr-xr-x | libpcsxcore/psxbios.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index b2f554b0..c32b184c 100755 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -1905,9 +1905,6 @@ void psxBios_firstfile() { // 42 bufile(2); } - // firstfile() calls _card_read() internally, so deliver it's event - DeliverEvent(0x11, 0x2); - pc0 = ra; } |
