From 21035377ba786f9e2d0ed06c55f4980abdf0f664 Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Sat, 11 Sep 2010 02:50:44 +0000 Subject: 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 --- libpcsxcore/sio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore') 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; -- cgit v1.2.3