diff options
author | gameblabla | 2019-07-18 02:08:32 +0200 |
---|---|---|
committer | gameblabla | 2019-07-18 02:08:32 +0200 |
commit | b29f3be0ac3fb01453eae2dabf8471b262881b30 (patch) | |
tree | 00e885f3181caac6c92dcaea9e632ff24008f8f7 /libpcsxcore | |
parent | d99f60685038ed3771d888284283fad04be3cdac (diff) | |
download | pcsx_rearmed-b29f3be0ac3fb01453eae2dabf8471b262881b30.tar.gz pcsx_rearmed-b29f3be0ac3fb01453eae2dabf8471b262881b30.tar.bz2 pcsx_rearmed-b29f3be0ac3fb01453eae2dabf8471b262881b30.zip |
Only PCSX4ALL uses ResetIoCycle. Remove it for now.
Diffstat (limited to 'libpcsxcore')
-rw-r--r-- | libpcsxcore/psxbios.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index 044a19a..9341b0d 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -1610,7 +1610,6 @@ void psxBios_WaitEvent() { // 0a v0 = 0; pc0 = ra; - ResetIoCycle(); } void psxBios_TestEvent() { // 0b |