- I wanted to make an automated GSM so it sets GS to 576p without me doing anything.
- Tested on SCPH-50004 (Mechapwn to DTL-H50004) with RGB Scart cable and PCSX2 Nightly - v1.7.3229 Compiled on Aug 20 2022
- To build this (only for Windows), you'll need the Pre-built homebrew PlayStation 2 MinGW toolchain.
- Extract the 7z file somewhere (I extracted it to my HDD, which is D:/).
- Go to MinGW/msys/1.0 and open msys.bat.
- Now you can cd to the git cloned/downloaded folder of this fork. (In my case, I'd type cd D:/Users/Sestain/Desktop/shared/gsm-master)
- Once you are in the folder where the source is, then you can do make and it should compile and create a GSM.ELF file.
- Now you can run the .ELF file on PCSX2 with Run ELF or on real hardware with wLaunchElf (On real hardware you have to use YPbPr output setting so it displays correctly and doesn't crash).
Thanks to taka-tuos for linking Pre-built toolchain in their fork of GSM.