Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds several 60fps and widescreen patches #266

Merged
merged 3 commits into from
Dec 29, 2023
Merged

Adds several 60fps and widescreen patches #266

merged 3 commits into from
Dec 29, 2023

Conversation

PeterDelta
Copy link
Contributor

I add 60 fps and widescreen patches tested and working without problems.

Notable changes:
Stuntman Ignition SLES-54820_9454F864
1
4:3 original
2
My patch maintains the original aspect ratio of the game.
patch=1,EE,002AA174,word,3C023F10 //3C023F40
patch=1,EE,005AC8E0,word,3F0BC36F //3F3A59EA

3
This patch does not maintain the aspect ratio for 16:9.
patch=1,EE,002aa174,word,3c023f10 //3c023f40
patch=1,EE,205AA760,extended,3F252945 //3f5c370f


Plan, Th3 SLES-53914_D65DF63F

the plan

The old address 001126B8 is valid, but the appropriate one is 0010E324. Just below this, the address 0010E328 occupies the Y axis, which is not necessary for 16:9. I also added small adjustments to the HUD.

Copy link
Contributor

@fox140cv fox140cv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@refractionpcsx2 refractionpcsx2 merged commit e3a286d into PCSX2:main Dec 29, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants