summaryrefslogtreecommitdiff
path: root/libpcsxcore/plugins.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-14 22:44:17 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-14 22:44:17 +0000
commitf1d5f92e6bfbff24667a766610f7171bcf6d7116 (patch)
treefb4a2ccf4cd310d62e82873377ef5558924af081 /libpcsxcore/plugins.c
parentba0c9b98bf69b8e54e7117b21f2282d3b79c2988 (diff)
downloadpcsxr-f1d5f92e6bfbff24667a766610f7171bcf6d7116.tar.gz
...
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82903 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/plugins.c')
-rwxr-xr-xlibpcsxcore/plugins.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libpcsxcore/plugins.c b/libpcsxcore/plugins.c
index 6ade3ce7..c0cfc199 100755
--- a/libpcsxcore/plugins.c
+++ b/libpcsxcore/plugins.c
@@ -656,10 +656,6 @@ unsigned short CALLBACK SIO1__readBaud16(void) { return 0; }
unsigned long CALLBACK SIO1__readBaud32(void) { return 0; }
void CALLBACK SIO1__registerCallback(void (CALLBACK *callback)(void)) {};
-void CALLBACK SIO1irq(void) {
- psxHu32ref(0x1070) |= SWAPu32(0x100);
-}
-
#define LoadSio1Sym1(dest, name) \
LoadSym(SIO1_##dest, SIO1##dest, name, TRUE);