Skip to content

Commit

Permalink
Added widescreen patches to fable 2 goty (#270)
Browse files Browse the repository at this point in the history
* Added widescreen patches to fable 2 goty

* added missing newline
  • Loading branch information
pepper0707 authored Apr 13, 2024
1 parent 8ddf961 commit d9d021c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions patches/4D5307F1 - Fable II (GOTY_Platinum Edition).patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,27 @@ hash = "4145F96D2DEE2AB5" # default.xex
[[patch.be32]]
address = 0x824b366c
value = 0x39200001

[[patch]]
name = "21:9 Widescreen"
author = "Pepper"
is_enabled = false

[[patch.be32]]
address = 0x8209fdf4
value = 0x3fe38e39
[[patch.be32]]
address = 0x8209fe7c
value = 0x4017b426

[[patch]]
name = "32:9 Ultrawidescreen"
author = "Pepper"
is_enabled = false

[[patch.be32]]
address = 0x8209fdf4
value = 0x4017b426
[[patch.be32]]
address = 0x8209fe7c
value = 0x40638e39

0 comments on commit d9d021c

Please sign in to comment.