summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-11 02:50:44 +0000
committerSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-11 02:50:44 +0000
commit21035377ba786f9e2d0ed06c55f4980abdf0f664 (patch)
tree7669169e7845e702638851d5e7df05753a084ea7 /libpcsxcore
parent6936041049176404f801dd69d84f80c878b2f978 (diff)
downloadpcsxr-21035377ba786f9e2d0ed06c55f4980abdf0f664.tar.gz
SIO - GameShark CDX Dongle (correct BG init value; thanks kevstah2004)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57061 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c
index e7177333..518e714d 100644
--- a/libpcsxcore/sio.c
+++ b/libpcsxcore/sio.c
@@ -1209,7 +1209,7 @@ void LoadDongle( char *str )
// create temp data
ptr[0] = (u32) 0x02015447;
- ptr[1] = (u32) 0;
+ ptr[1] = (u32) 7;
ptr[2] = (u32) 1;
ptr[3] = (u32) 0;