feat(PCSX2): add pcsx2 config

This commit is contained in:
aria 2025-06-05 03:00:12 +10:00
parent f6720c1249
commit 283b0fc63c
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
7467 changed files with 117223 additions and 25 deletions

View file

@ -0,0 +1,16 @@
gametitle=Simple 2000 Series Vol.81 - The Chikyuu Boueigun 2 (NTSC-J) [SLPM-62652] [7CD1CDCD]
comment=Widescreen hacks by ggxxtonghao (initial active X FOV hack) and Aced14 (ELF and 16:10 hacks)
//16:9 Widescreen
patch=1,EE,101363E4,extended,00003F40 //3C033F80 - Master X FOV #1
//16:10 Widescreen (Normal)
//patch=1,EE,201363E4,extended,08045210 //3C033F80 - j $00114840 - Jump to injected MIPS instructions
//patch=1,EE,20114840,extended,3C033F55 //8E190008 - lui v1, $3f55 - Set first half of v1 register (Master X FOV #1)
//patch=1,EE,20114844,extended,0804D8FB //8F390028 - j $001363ec - Jump to 2 lines after the overwritten MIPS instruction
//patch=1,EE,20114848,extended,34635555 //0320F809 - ori v1, v1, $5555 - Set second half of v1 register (Master X FOV #2)
//16:10 Widescreen (Ultra)
//patch=1,EE,101363E4,extended,00003F40 //3C033F80 - Master X FOV #1
//patch=1,EE,101363E0,extended,00003F4A //3C023F61 - Master Y FOV #1
//patch=1,EE,101363E8,extended,0000C083 //344247AE - Master Y FOV #2