From 72a674acb7e1a8ecd576d68b4fa46c57fa224d89 Mon Sep 17 00:00:00 2001 From: pgert Date: Sun, 26 May 2024 22:22:18 +0000 Subject: [PATCH] Hot Wheels STC - new WS hack --- patches/SLUS-20954_E798B2D5.pnach | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/patches/SLUS-20954_E798B2D5.pnach b/patches/SLUS-20954_E798B2D5.pnach index ef2a3dda..d7296be9 100644 --- a/patches/SLUS-20954_E798B2D5.pnach +++ b/patches/SLUS-20954_E798B2D5.pnach @@ -1,10 +1,16 @@ -//gametitle=Hot Wheels - Stunt Track Challenge (U)(SLUS-20954) +gametitle=Hot Wheels: Stunt Track Challenge * NTSC-U * SLUS-20954 * E798B2D5 -//[Widescreen 16:9] -//gsaspectratio=16:9 -//comment=Widescreen hack by Arapapa. Disabled due to causing a crash to desktop during intro FMV. +[Widescreen 16:9] +gsaspectratio=16:9 +author=sergx12 +patch=1,EE,001f48e4,word,3c013f40 // 3c013f80 - Render fix +patch=1,EE,00201e2c,word,3c013fc0 // 3c014000 - X-FoV +patch=1,EE,00362c1c,word,3c013f10 // 3c013f40 - Y-FoV -//Widescreen hack 16:9 - -//patch=1,EE,20BA949C,extended,3faaaaab //3f800000 fov -//patch=1,EE,20BCCD3C,extended,3faaaaab //3f800000 fov \ No newline at end of file +// old Widescreen hack by arapapa +// patch=1,EE,20BA949C,extended,3faaaaab // 3f800000 - X-FoV +// patch=1,EE,20BCCD3C,extended,3faaaaab // 3f800000 - X-FoV +// This pnach has been reported buggy: +// https://forums.pcsx2.net/Thread-PCSX2-Widescreen-Game-Patches?pid=628113#pid628113 +// and officially disabled: +// https://github.com/PCSX2/pcsx2_patches/pull/355