diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-14 22:44:17 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-14 22:44:17 +0000 |
| commit | f1d5f92e6bfbff24667a766610f7171bcf6d7116 (patch) | |
| tree | fb4a2ccf4cd310d62e82873377ef5558924af081 /libpcsxcore/sio.c | |
| parent | ba0c9b98bf69b8e54e7117b21f2282d3b79c2988 (diff) | |
| download | pcsxr-f1d5f92e6bfbff24667a766610f7171bcf6d7116.tar.gz | |
...
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82903 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/sio.c')
| -rwxr-xr-x | libpcsxcore/sio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c index df9479a3..83d4fae6 100755 --- a/libpcsxcore/sio.c +++ b/libpcsxcore/sio.c @@ -1326,3 +1326,7 @@ void SaveDongle( char *str ) fclose( f ); } } + +void CALLBACK SIO1irq(void) { + psxHu32ref(0x1070) |= SWAPu32(0x100); +} |
