Skip to content

Releases: TheOfficialFloW/GePatch

GePatch 0.2

10 Oct 19:57
Compare
Choose a tag to compare
  • Added ability to skip GE patches by holding L while starting a game.
  • Changed framebuffer copy algorithm.
  • Changed behavior of sync opcode.
  • Disabled forced dithering again.

Note: This release seems to add flickering to many games. Some games may run better in v0.19.1.

GePatch 0.19.1

04 Oct 10:07
Compare
Choose a tag to compare
  • Removed optimization introduced earlier since it's not working.
  • Forced dithering on.

GePatch 0.19

02 Oct 22:28
Compare
Choose a tag to compare
  • Fixed a small bug that was introduced earlier.
  • Fixed a few bugs that caused certain games to crash.

THIS MUST BE USED WITH ADRENALINE-7.

GePatch v0.18.1

23 Sep 18:07
Compare
Choose a tag to compare
  • Fixed bug that enables more games to render without smear.

THIS MUST BE USED WITH ADRENALINE-7. DO NOT USE ADRENALINE BUBBLE MANAGER SINCE THAT ALWAYS DOWNGRADES ADRENALINE.

GePatch 0.18

23 Sep 17:29
ddd9c3c
Compare
Choose a tag to compare
  • Changed fake vram address to allow more games to work.
  • Added patch to allow games to use more memory of fake vram to store textures.
  • Added optimization to prevent double patching of vertices. May increase performance in some games and prevent overzoomed textures.

THIS MUST BE USED WITH ADRENALINE-7

GePatch 0.17.1

19 Sep 22:13
Compare
Choose a tag to compare
v0.17.1

Fixed indexed draws, now working correctly

GePatch 0.17

19 Sep 16:07
Compare
Choose a tag to compare
  • Fixed artifacts, flickering and black screens in some games.
  • Fixed some regressions introduced in earlier versions.

Note: This binary has been reuploaded with some hot fixes.

GePatch 0.16

16 Sep 20:41
d20812e
Compare
Choose a tag to compare
  • Added behavior of signal commands.
  • Optimized draws to ignored framebuffers.

GePatch 0.15

14 Sep 11:38
Compare
Choose a tag to compare
  • Switched to using dfs algorithm to traverse the display list.
  • Fixed a few commands and changed their stopping criteras.
  • Added indexed draws support.

GePatch 0.14

13 Sep 13:11
Compare
Choose a tag to compare
  • Fixed another issue that causes games to show black screen only.