-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patches: Add WS and 60 FPS patches to Shrek 2 + correct CRC
- Loading branch information
1 parent
b811a35
commit 943509c
Showing
4 changed files
with
52 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
gametitle=Shrek 2 (Spain) (SLES_523.82) | ||
//Main CRC 4CF48A70 | ||
//SHREK2.ELF CRC 76C01D41 | ||
|
||
[Widescreen 16:9] | ||
gsaspectratio=16:9 | ||
author=CRASHARKI | ||
comment=Patches the game to run at 16:9 Widescreen Aspect Ratio. (Original NTSC-U pnach by Arapapa) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
gametitle=Shrek 2 (Spain) (SLES_523.82) | ||
//Main CRC 4CF48A70 | ||
//SHREK2.ELF CRC 76C01D41 | ||
|
||
[Widescreen 16:9] | ||
gsaspectratio=16:9 | ||
author=CRASHARKI | ||
comment=Patches the game to run at 16:9 Widescreen Aspect Ratio. (Original NTSC-U pnach by Arapapa) | ||
|
||
//Wide 16:9 (EA4ED1BC 00000000 7FAAAA3F 00000000) | ||
patch=1,EE,20379A30,word,3F800000 // 3FAAAA7F | ||
|
||
//00 00 80 3F 00 00 80 3F 00 00 00 00 | ||
patch=1,EE,20367674,extended,3f400000 //3f800000 HUD fix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
gametitle=Shrek 2 (U) (SLUS_207.45) | ||
//Main CRC 11D7EC66 | ||
//SHREK2.ELF CRC 9C41124B | ||
|
||
[Widescreen 16:9] | ||
gsaspectratio=16:9 | ||
comment=Widescreen hack by Arapapa | ||
author=Arapapa | ||
comment=Patches the game to run at 16:9 Widescreen Aspect Ratio. | ||
|
||
//Wide 16:9 (EA4ED1BC 00000000 7FAAAA3F 00000000) | ||
patch=1,EE,203792B0,word,3F800000 // 3FAAAA7F | ||
|
||
//00 00 80 3F 00 00 80 3F 00 00 00 00 25 64 20 00 | ||
patch=1,EE,203604B4,extended,3f400000 //3f800000 HUD fix | ||
|
||
|
||
|
||
|
||
|
||
[60 FPS] | ||
author=asasega | ||
comment=Patches the game to run at 60 FPS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
gametitle=Shrek 2 (U) (SLUS_207.45) | ||
//Main CRC 11D7EC66 | ||
//SHREK2.ELF CRC 9C41124B | ||
|
||
[Widescreen 16:9] | ||
gsaspectratio=16:9 | ||
author=Arapapa | ||
comment=Patches the game to run at 16:9 Widescreen Aspect Ratio. | ||
|
||
//Wide 16:9 (EA4ED1BC 00000000 7FAAAA3F 00000000) | ||
patch=1,EE,203792B0,word,3F800000 // 3FAAAA7F | ||
|
||
//00 00 80 3F 00 00 80 3F 00 00 00 00 25 64 20 00 | ||
patch=1,EE,203604B4,extended,3f400000 //3f800000 HUD fix | ||
|
||
[60 FPS] | ||
author=asasega | ||
comment=Patches the game to run at 60 FPS. | ||
patch=1,EE,2014B6C8,word,24040001 | ||
patch=1,EE,202ADFA8,word,3C013F00 |