Community Graphic Packs for Cemu
Go to file
Crementif 3f87a42f4f
[Bayonetta 2] Fix aspect ratio patch to not break Vulkan
Fixes https://github.com/slashiee/cemu_graphic_packs/issues/437

The aspect ratio mod apparently relied more on a shotgun approach, which caused major issues with Vulkan.
Using @getdls addresses, I found out that 2 of the addresses that were being patched to jump to the code cave were unrelated to the aspect ratio, so I had those removed.

Those random jumps probably didn't cause issues because they would jump to code that would just utilize floating point registers that were in-use and then put the result in the wrong register too. While the picked registers would work with the 3D rendering aspect ratio instruction, it wouldn't fail for the other registers since they weren't specific to those.

Anyway, the proper fix was to just make a second code cave for the aspect ratio, which outputted the culling ratio in the proper register. And also make sure it didn't use in-use registers.

I also reverted some of the shader code changes since they are inconsistent with how we've done them for all the other packs. And made them more compatible with the ultrawide resolutions.
2020-05-24 18:11:09 +02:00
.github Uncapitalize the v in the release title 2020-01-20 13:59:45 -08:00
docs [docs] Fix outdated name in FAQ (#424) 2020-01-20 13:48:29 -08:00
Enhancements Added t3nka Neutral+ Preset (pt2) 2020-04-25 18:57:03 -07:00
Filters [Filter][MK8] Deband 2020-01-21 23:08:13 +01:00
Mods copy paste fix 2020-05-24 16:11:16 +02:00
Resolutions [Bayonetta 2] Fix aspect ratio patch to not break Vulkan 2020-05-24 18:11:09 +02:00
Workarounds [Paper Mario: CS] Add cutout mode workaround 2020-05-24 14:42:00 +02:00
.gitignore Redirect TPHD jpg to Discord, ignore jpg images 2020-01-17 20:55:49 -08:00
LICENSE.md Change license 2017-09-16 15:47:02 -07:00
README.md Update the readme to reflect Cemu's features 2020-01-20 23:28:42 +01:00

Github Actions Build Status Badge Github Releases Badge Contributions Welcome


Information


Cemu Graphic Packs is a repository where you can find graphic packs that can upscale, modify or improve most Wii U games that work on Cemu.

It's made by the Cemu community so you're also free to contribute to the project if you wish.

Graphic packs that modify game files can be found here.

Downloads

You can download the latest graphic packs via Cemu's Graphic Pack window directly or download them manually from our website!