pnach cheat file not working in 1.6.0
#1
Hi, I just upgraded PCSX2 from 1.4.0 to 1.6.0.

Everything works great except a pnach cheat file for Mortal Kombat Armageddon. It worked fine in 1.4.0 and now suddenly it does not work in 1.6.0.

I checked the console when booting game and it does recognize the cheat file and it says 22 cheats loaded, but it still doesn't work in-game.

The cheat in question is Free Mode for MKA. I noticed that the CRC code of the game changed after updating pcsx2. Is that normal? I updated it as well to the file name.

Below is the code that was working for 1.4.0:


//Mastercode
patch=1,EE,F474C7AF,extended,B5700006
patch=1,EE,0AECCFDB,extended,00000234
patch=1,EE,0AECCEDB,extended,00000234
patch=1,EE,9AE30069,extended,19C46789

//Freemode
patch=1,EE,E1040099,extended,19C4678900E7F039
patch=1,EE,2064EE0C,extended,19C4678900000000
patch=1,EE,206297F0,extended,19C4678900000000
patch=1,EE,E001F7FF,extended,19C46789006AA8C2
patch=1,EE,006297F0,extended,19C4678900000009
patch=1,EE,E12D0009,extended,19C46789006297F0
patch=1,EE,E0010003,extended,19C46789006601FC
patch=1,EE,2064DF24,extended,19C4678900000000
patch=1,EE,E0010001,extended,19C467890064C448
patch=1,EE,2065D13C,extended,19C4678900000001
patch=1,EE,E0020AC0,extended,19C4678900C25892
patch=1,EE,E0010001,extended,19C4678900C733C0
patch=1,EE,206601B4,extended,19C4678900000001
patch=1,EE,E0020000,extended,19C46789006601FC
patch=1,EE,206601B4,extended,19C4678900000001
patch=1,EE,2064DF24,extended,19C4678900000004
patch=1,EE,2064EE0C,extended,19C4678900000003
patch=1,EE,E0010000,extended,19C467890064F45E
patch=1,EE,206601B4,extended,19C4678900000001
patch=1,EE,E0010003,extended,19C4678900660220
patch=1,EE,20660220,extended,19C467890000003E
patch=1,EE,E1020007,extended,19C467890064F458

Here is the codebreaker version of that same code if it's any use:

MASTER CODE
FE129B51 800813BF
000FFFFE 00000234
000FFFFF 00000234
90119580 00832021

FREE MODE
E104OO99 00E7F039
2064EE0C 00000000
206297F0 00000000
E001F7FF 006AA8C2
006297F0 00000009
E12D0009 006297F0
E0010003 006601FC
2064DF24 00000000
E0010001 0064C448
2065D13C 00000001
E002OAC0 00C25892
E0010001 00C733C0
206601B4 00000001
E0020000 006601FC
206601B4 00000001
2064DF24 00000004
2064EE0C 00000003
E0010000 0064F45E
206601B4 00000001
E0010003 00660220
20660220 0000003E
E1020007 0064F458
2064F45F 00000000
206601B4 00000001
Reply

Sponsored links

#2
Please post the contents of the emulog.txt file after the problem occurs. The file can be found in "My Documents\PCSX2\logs" for the installer version or in "PCSX2\logs" for the portable/binary version.

Please make sure to enclose your emulog in code tags like so (remove the empty space on the closing code tag!):
[code]
Pasted emulog goes here
[ /code]
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Reply
#3
Try this
Code:
//FREE MODE
patch=1,EE,E1040099,extended,00E7F039
patch=1,EE,2064EE0C,extended,00000000
patch=1,EE,206297F0,extended,00000000
patch=1,EE,E001F7FF,extended,006AA8C2
patch=1,EE,006297F0,extended,00000009
patch=1,EE,E12D0009,extended,006297F0
patch=1,EE,E0010003,extended,006601FC
patch=1,EE,2064DF24,extended,00000000
patch=1,EE,E0010001,extended,0064C448
patch=1,EE,2065D13C,extended,00000001
patch=1,EE,E0020AC0,extended,00C25892
patch=1,EE,E0010001,extended,00C733C0
patch=1,EE,206601B4,extended,00000001
patch=1,EE,E0020000,extended,006601FC
patch=1,EE,206601B4,extended,00000001
patch=1,EE,2064DF24,extended,00000004
patch=1,EE,2064EE0C,extended,00000003
patch=1,EE,E0010000,extended,0064F45E
patch=1,EE,206601B4,extended,00000001
patch=1,EE,E0010003,extended,00660220
patch=1,EE,20660220,extended,0000003E
patch=1,EE,E1020007,extended,0064F458
patch=1,EE,2064F45F,extended,00000000
patch=1,EE,206601B4,extended,00000001
Reply
#4
(03-26-2022, 12:29 AM)vsub Wrote: Try this
Code:
//FREE MODE
patch=1,EE,E1040099,extended,00E7F039
patch=1,EE,2064EE0C,extended,00000000
patch=1,EE,206297F0,extended,00000000
patch=1,EE,E001F7FF,extended,006AA8C2
patch=1,EE,006297F0,extended,00000009
patch=1,EE,E12D0009,extended,006297F0
patch=1,EE,E0010003,extended,006601FC
patch=1,EE,2064DF24,extended,00000000
patch=1,EE,E0010001,extended,0064C448
patch=1,EE,2065D13C,extended,00000001
patch=1,EE,E0020AC0,extended,00C25892
patch=1,EE,E0010001,extended,00C733C0
patch=1,EE,206601B4,extended,00000001
patch=1,EE,E0020000,extended,006601FC
patch=1,EE,206601B4,extended,00000001
patch=1,EE,2064DF24,extended,00000004
patch=1,EE,2064EE0C,extended,00000003
patch=1,EE,E0010000,extended,0064F45E
patch=1,EE,206601B4,extended,00000001
patch=1,EE,E0010003,extended,00660220
patch=1,EE,20660220,extended,0000003E
patch=1,EE,E1020007,extended,0064F458
patch=1,EE,2064F45F,extended,00000000
patch=1,EE,206601B4,extended,00000001

Unfortunately this did not work either Sad
Reply
#5
(03-25-2022, 07:03 PM)jesalvein Wrote: Please post the contents of the emulog.txt file after the problem occurs. The file can be found in "My Documents\PCSX2\logs" for the installer version or in "PCSX2\logs" for the portable/binary version.

Please make sure to enclose your emulog in code tags like so (remove the empty space on the closing code tag!):
Code:
PCSX2 1.6.0-20200506140834- compiled on May  6 2020
Savestate version: 0x9a0e0000

Host Machine Init:
Operating System =  Microsoft Windows 10 Pro (build 19043), 64-bit
Physical RAM    =  16272 MB
CPU name        =  Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz
Vendor/Model    =  GenuineIntel (stepping 03)
CPU speed        =  3.391 ghz (4 logical threads)
x86PType        =  Standard OEM
x86Flags        =  bfebfbff 7fdafbbf
x86EFlags        =  2c100000

x86 Features Detected:
SSE2.. SSE3.. SSSE3.. SSE4.1.. SSE4.2.. AVX.. AVX2.. FMA

Reserving memory for recompilers...

Loading plugins from C:\Program Files (x86)\PCSX2\plugins...
Bound  GS: GSdx32-AVX2.dll [GSdx 20200506140834 (MSVC 19.25 AVX2/AVX2) 1.2.0]
Bound  PAD: LilyPad.dll [LilyPad (20200506140834) 0.12.1]
Bound SPU2: Spu2-X.dll [SPU2-X 20200506140834 2.0.0]
(GameDB) 9858 games on record (loaded in 121ms)
Bound CDVD: cdvdGigaherz.dll [cdvdGigaherz 20200506140834 0.11.0]
Bound  USB: USBnull.dll [USBnull Driver 20200506140834 0.7.0]
Bound  FW: FWnull.dll [FWnull Driver 20200506140834 0.7.0]
Bound DEV9: DEV9null.dll [DEV9null Driver 20200506140834 0.5.0]
Plugins loaded successfully.

HLE Notice: ELF does not have a path.

Initializing plugins...
Init GS
Init PAD
Init SPU2
Init CDVD
Init USB
Init FW
Init DEV9
Plugins initialized successfully.

Patches: No CRC found, using 00000000 instead.
Opening plugins...
Opening GS
Opening PAD
Opening SPU2
Current Renderer: Direct3D 11 (Hardware renderer)
Opening CDVD
isoFile open ok: F:\PCSX2 Games\rom-mka.iso
Image type  = DVD
* CDVD Disk Open: DVD, Single layer or unknown:
* * Track 1: Data (Mode 1) (2177984 sectors)
Opening USB
Opening FW
Opening DEV9
GSdx Lookup CRC:0
McdSlot 0 [File]: C:\Users\Ville Yrjölä\Documents\PCSX2\memcards\Mcd001.ps2
McdSlot 1 [File]: C:\Users\Ville Yrjölä\Documents\PCSX2\memcards\Mcd002.ps2
Plugins opened successfully.
EE/iR5900-32 Recompiler Reset
Bios Found: USA    v01.60(07/02/2002)  Console
BIOS rom1 module not found, skipping...
BIOS rom2 module not found, skipping...
BIOS erom module not found, skipping...
# Initialize memory (rev:3.63, ctm:196Mhz, cpuclk:147Mhz detected)
Frame buffer size set to  512x512 (1536x1536)

PlayStation 2 ======== Hard reset boot
ROMGEN=2002-0207, IOP info (CPUID=1f, CACH_CONFIG=0, 2MB, IOP mode)
<20020207-164243,ROMconf,PS20160AC20020207.bin:11552>
# Total accessable memory size: 32 MB (B:2:8:0) (363:2:7c30)
# TLB spad=0 kernel=1:12 default=13:30 extended=31:38
# Initialize Start.
# Initialize GS ...
# Initialize INTC ...
# Initialize TIMER ...
# Initialize DMAC ...
# Initialize VU1 ...
# Initialize VIF1 ...
# Initialize GIF ...
# Initialize VU0 ...
# Initialize VIF0 ...
# Initialize IPU ...
# Initialize FPU ...
# Initialize User Memory ...
# Initialize Scratch Pad ...
# Initialize Done.

EE DECI2 Manager version 0.06 Feb  7 2002 16:41:20
  CPUID=2e20, BoardID=0, ROMGEN=2002-0207, 32M

Patches: No CRC found, using 00000000 instead.
(SYSTEM.CNF) Detected PS2 Disc = cdrom0:\SLES_541.56;1
(SYSTEM.CNF) Software version = 1.02
(SYSTEM.CNF) Disc region type = PAL
found 0 symbols
ELF (cdrom0:\SLES_541.56;1) Game CRC = 0x433A82D4, EntryPoint = 0x00100008
(SYSTEM.CNF) Detected PS2 Disc = cdrom0:\SLES_541.56;1
(SYSTEM.CNF) Software version = 1.02
(SYSTEM.CNF) Disc region type = PAL

IOP Realtime Kernel Ver.0.9.1
    Copyright 1999 (C) Sony Computer Entertainment Inc.
Reboot service module.(99/11/10)
cdvd driver module version 0.1.1 (C)SCEI
Load File service.(99/11/05)
Multi Threaded Fileio module.(99/11/15)
iop heap service (99/11/03)
loadelf: fname cdrom0:¥SLES_541.56;1 secname all
loadelf version 3.30
Input ELF format filename = cdrom0:¥SLES_541.56;1
0 00100000 00552480 ......................................................................................
Loaded, cdrom0:¥SLES_541.56;1
start address 0x100008
gp address 00000000
# Restart Without Memory Clear.
# Initialize GS ...
# Initialize INTC ...
# Initialize TIMER ...
# Initialize DMAC ...
# Initialize VU1 ...
# Initialize VIF1 ...
# Initialize GIF ...
# Initialize VU0 ...
# Initialize VIF0 ...
# Initialize IPU ...
# Initialize FPU ...
# Initialize Scratch Pad ...
# Restart Without Memory Clear Done.
Elf entry point @ 0x00100008 about to get recompiled. Load patches first.
Found Cheats file: '433A82D4.pnach'
Loaded 24 Cheats from '433A82D4.pnach' at 'C:\Users\Ville Yrjölä\Documents\PCSX2\cheats'
Overall 24 Cheats loaded
Overall 0 Widescreen hacks loaded
Loading patch '433A82D4.pnach' from archive 'C:\Program Files (x86)\PCSX2\cheats_ws.zip'
comment: Mortal Kombat - Armageddon (PAL-M5) (SLES-54156) Widescreen Hack (16:9) by ElHecht
(Wide Screen Cheats DB) Patches Loaded: 1
Get Reboot Request From EE
GSdx Lookup CRC:433A82D4
ROM directory not found

PlayStation 2 ======== Update rebooting..

PlayStation 2 ======== Update reboot complete
cdvdman Init

IOP Realtime Kernel Ver. 2.2
    Copyright 1999-2002 (C) Sony Computer Entertainment Inc.
Reboot service module.(99/11/10)
cdvd driver module version 0.1.1 (C)SCEI
Load File service.(99/11/05)
Multi Threaded Fileio module.(99/11/15)
iop heap service (99/11/03)
loadmodule: fname cdrom0:¥MODULES¥SIO2MAN.IRX;1 args 0 arg
loadmodule: id 25, ret 0
(UpdateVSyncRate) Mode Changed to PAL.
(UpdateVSyncRate) FPS Limit Changed : 50.00 fps
Frame buffer size set to  640x512 (1920x1536)
loadmodule: fname cdrom0:¥MODULES¥MWFILEFR.IRX;1 args 0 arg
loadmodule: id 26, ret 0
loadmodule: fname cdrom0:¥MODULES¥PADMAN.IRX;1 args 0 arg
LilyPad: Warning! No controls are bound to a currently attached device!
Please attach a controller that has been setup for use with LilyPad or go to the Plugin settings and setup new controls.
loadmodule: id 27, ret 0
loadmodule: fname cdrom0:¥MODULES¥MCMAN.IRX;1 args 0 arg
loadmodule: id 28, ret 2
loadmodule: fname cdrom0:¥MODULES¥MCSERV.IRX;1 args 0 arg
loadmodule: id 29, ret 2
loadmodule: fname cdrom0:¥MODULES¥DEV9.IRX;1 args 0 arg
dev9: unknown dev9 hardware.
loadmodule: id 30, ret 1
loadmodule: fname cdrom0:¥MODULES¥USBD.IRX;1 args 43 arg hub=1
USB Driver (Version 1.6.0)
loadmodule: id 31, ret 2
loadmodule: fname cdrom0:¥MODULES¥LGKBM.IRX;1 args 29 arg MaxKbd=1
Lgkbm Version 1.09.001 (built on Jul 27 2005 at 18:37:16)
* thread priority 64
loadmodule: id 32, ret 2
LgKbM library version 1.09.001 (built on Jul 27 2005 at 18:37:17)
driver version = 1.09.001
loadmodule: fname cdrom0:¥MODULES¥LGAUD.IRX;1 args 46 arg maxstream=PS2_VOICE_RPC_BUFFER_SIZE
lgAud Version 1.10.007, built on Aug 22 2006 at 19:38:46
* thread priority 38
* RPC server with max stream size: 0 bytes
loadmodule: id 33, ret 2
loadmodule: fname cdrom0:¥MODULES¥LIBSD.IRX;1 args 0 arg
loadmodule: id 34, ret 0
loadmodule: fname cdrom0:¥MODULES¥SDRDRV.IRX;1 args 0 arg
SDR driver version 4.0.1 (C) SCEI
Exit rsd_main
loadmodule: id 35, ret 2
loadmodule: fname cdrom0:¥MODULES¥MSL.IRX;1 args 0 arg
loadmodule: id 36, ret 0
Frame buffer size set to  996x583 (2988x1749)
LilyPad: A device(XInput Pad 0) has been attached with bound controls.
(UpdateVSyncRate) Mode Changed to NTSC.
(UpdateVSyncRate) FPS Limit Changed : 59.93 fps
Frame buffer size set to  1024x1024 (3072x3072)
LilyPad: Warning! No controls are bound to a currently attached device!
Please attach a controller that has been setup for use with LilyPad or go to the Plugin settings and setup new controls.
LilyPad: A device(XInput Pad 0) has been attached with bound controls.
loadmodule: fname cdrom0:¥MODULES¥CRI_ADXI.IRX;1 args 20 arg thpri=39
CRI ADX Driver Ver.9.16b(May  7 2004 20:20:44)
CRI ADX Driver : Main Thread Priority = 39
CRI ADX Driver : PSM Thread Priority  = 39
CRI ADX Driver : DTX Thread Priority  = 48
CRI ADX Driver : SPU CORE Number = 0
CRI ADX Driver : sceSdInit(SD_INIT_COLD) call.
loadmodule: id 37, ret 2
mwMovie - PS2 - Setup DVD file system.
PS2RNA: sceSifAllocIopHeap(33344) ret=0x00180f00
PS2RNA: sceSifAllocIopHeap(2256) ret=0x00189200
PS2RNA: sceSifAllocIopHeap(2112) ret=0x00189b00
SOFDEC Allocated 269.51 K at location: 0x927f30
SOFDEC Allocated 488.06 K at location: 0x8adee0
SOFDEC Allocated 1270.06 K at location: 0x1c222f0
SOFDEC Allocated 528.20 K at location: 0xb46250
SOFDEC Allocated 1120.06 K at location: 0x1285df0
SOFDEC Allocated 23.76 K at location: 0x8a7fc0
SOFDEC Allocated 32.44 K at location: 0x89fdf0
SOFDEC Allocated 2.00 K at location: 0x89f5e0
SOFDEC Allocated 16.00 K at location: 0x89b5d0
SOFDEC Allocated 1.75 K at location: 0x89aec0
SOFDEC Allocated 0.25 K at location: 0x89adb0
SOFDEC Allocated 6.03 K at location: 0x899580
SOFDEC Allocated 128.00 K at location: 0x879570
DVCI: File cache was not hit. "¥MOVIEPS2¥LOGO6N.SFD;1"
LilyPad: Warning! No controls are bound to a currently attached device!
Please attach a controller that has been setup for use with LilyPad or go to the Plugin settings and setup new controls.
LilyPad: A device(XInput Pad 0) has been attached with bound controls.
SOFDEC Freeing block at: 0x879570
SOFDEC Freeing block at: 0x899580
SOFDEC Freeing block at: 0x89ADB0
SOFDEC Freeing block at: 0x89AEC0
SOFDEC Freeing block at: 0x89B5D0
SOFDEC Freeing block at: 0x89F5E0
SOFDEC Freeing block at: 0x89FDF0
SOFDEC Freeing block at: 0x8A7FC0
SOFDEC Freeing block at: 0x1285DF0
SOFDEC Freeing block at: 0xB46250
SOFDEC Freeing block at: 0x1C222F0
SOFDEC Freeing block at: 0x8ADEE0
SOFDEC Freeing block at: 0x927F30
loadmodule: fname cdrom0:¥MODULES¥CRI_ADXI.IRX;1 args 20 arg thpri=39
CRI ADX Driver Ver.9.16b(May  7 2004 20:20:44)
CRI ADX Driver : Main Thread Priority = 39
CRI ADX Driver : PSM Thread Priority  = 39
CRI ADX Driver : DTX Thread Priority  = 48
CRI ADX Driver : SPU CORE Number = 0
CRI ADX Driver : sceSdInit(SD_INIT_COLD) call.
loadmodule: id 38, ret 2
mwMovie - PS2 - Setup DVD file system.
PS2RNA: sceSifAllocIopHeap(33344) ret=0x00180f00
PS2RNA: sceSifAllocIopHeap(2256) ret=0x00189200
PS2RNA: sceSifAllocIopHeap(2112) ret=0x00189b00
SOFDEC Allocated 269.51 K at location: 0x929d30
SOFDEC Allocated 488.06 K at location: 0x8afce0
SOFDEC Allocated 1270.06 K at location: 0x1c222f0
SOFDEC Allocated 528.20 K at location: 0xb46250
SOFDEC Allocated 1120.06 K at location: 0x1285df0
SOFDEC Allocated 23.76 K at location: 0x8a9dc0
SOFDEC Allocated 32.44 K at location: 0x8a1bf0
SOFDEC Allocated 2.00 K at location: 0x8a13e0
SOFDEC Allocated 16.00 K at location: 0x89d3d0
SOFDEC Allocated 1.75 K at location: 0x89ccc0
SOFDEC Allocated 0.25 K at location: 0x89cbb0
SOFDEC Allocated 6.03 K at location: 0x89b380
SOFDEC Allocated 128.00 K at location: 0x87b370
DVCI: File cache was not hit. "¥MOVIEPS2¥OPENIN6N.SFD;1"
SOFDEC Freeing block at: 0x87B370
SOFDEC Freeing block at: 0x89B380
SOFDEC Freeing block at: 0x89CBB0
SOFDEC Freeing block at: 0x89CCC0
SOFDEC Freeing block at: 0x89D3D0
SOFDEC Freeing block at: 0x8A13E0
SOFDEC Freeing block at: 0x8A1BF0
SOFDEC Freeing block at: 0x8A9DC0
SOFDEC Freeing block at: 0x1285DF0
SOFDEC Freeing block at: 0xB46250
SOFDEC Freeing block at: 0x1C222F0
SOFDEC Freeing block at: 0x8AFCE0
SOFDEC Freeing block at: 0x929D30
loadmodule: fname cdrom0:¥MODULES¥CRI_ADXI.IRX;1 args 20 arg thpri=39
CRI ADX Driver Ver.9.16b(May  7 2004 20:20:44)
CRI ADX Driver : Main Thread Priority = 39
CRI ADX Driver : PSM Thread Priority  = 39
CRI ADX Driver : DTX Thread Priority  = 48
CRI ADX Driver : SPU CORE Number = 0
CRI ADX Driver : sceSdInit(SD_INIT_COLD) call.
loadmodule: id 39, ret 2
mwMovie - PS2 - Setup DVD file system.
PS2RNA: sceSifAllocIopHeap(33344) ret=0x00180f00
PS2RNA: sceSifAllocIopHeap(2256) ret=0x00189200
PS2RNA: sceSifAllocIopHeap(2112) ret=0x00189b00
SOFDEC Allocated 269.51 K at location: 0x929d30
SOFDEC Allocated 488.06 K at location: 0x8afce0
SOFDEC Allocated 1270.06 K at location: 0x1c222f0
SOFDEC Allocated 528.20 K at location: 0xb46250
SOFDEC Allocated 1120.06 K at location: 0x1285df0
SOFDEC Allocated 23.76 K at location: 0x8a9dc0
SOFDEC Allocated 32.44 K at location: 0x8a1bf0
SOFDEC Allocated 2.00 K at location: 0x8a13e0
SOFDEC Allocated 16.00 K at location: 0x89d3d0
SOFDEC Allocated 1.75 K at location: 0x89ccc0
SOFDEC Allocated 0.25 K at location: 0x89cbb0
SOFDEC Allocated 6.03 K at location: 0x89b380
SOFDEC Allocated 128.00 K at location: 0x87b370
DVCI: File cache was not hit. "¥MOVIEPS2¥TITLE6N.SFD;1"
SOFDEC Freeing block at: 0x87B370
SOFDEC Freeing block at: 0x89B380
SOFDEC Freeing block at: 0x89CBB0
SOFDEC Freeing block at: 0x89CCC0
SOFDEC Freeing block at: 0x89D3D0
SOFDEC Freeing block at: 0x8A13E0
SOFDEC Freeing block at: 0x8A1BF0
SOFDEC Freeing block at: 0x8A9DC0
SOFDEC Freeing block at: 0x1285DF0
SOFDEC Freeing block at: 0xB46250
SOFDEC Freeing block at: 0x1C222F0
SOFDEC Freeing block at: 0x8AFCE0
SOFDEC Freeing block at: 0x929D30
LilyPad: Warning! No controls are bound to a currently attached device!
Please attach a controller that has been setup for use with LilyPad or go to the Plugin settings and setup new controls.
LilyPad: A device(XInput Pad 0) has been attached with bound controls.
LilyPad: Warning! No controls are bound to a currently attached device!
Please attach a controller that has been setup for use with LilyPad or go to the Plugin settings and setup new controls.
Closing plugins...
Closing DEV9
Closing FW
Closing USB
Closing CDVD
Closing SPU2
Closing PAD
Closing GS
Plugins closed successfully.
Shutting down plugins...
Plugins shutdown successfully.
(GameDB) Unloading...


The LilyPad warning came from my controller constantly running out of battery Laugh
Reply
#6
The game CRC used to be EFCFAEBB in 1.4.0 and after updating to 1.6.0 the game CRC is 433A82D4. Could that have something to do with this problem?
Reply
#7
F**K ME I USED THE WRONG ISO Laugh Laugh Laugh Laugh sorry for being an idiot
Reply




Users browsing this thread: 1 Guest(s)