Cemu/src/Cafe/GraphicPack
Exzap 4b7d2f88ae Latte: Enable colorbuffer optimization if gfx packs are aware
The optimization for colorbuffer resolution introduced in PR #706 is now enabled. This optimization changes the resolution of certain framebuffer textures, which may conflict with the texture resolution rules set by some graphic packs. As a result, if a graphic pack that specifies texture resolution rules is in use, the optimization will automatically be turned off to prevent any issues.

To circumvent this, graphic packs can now include the setting "colorbufferOptimizationAware = true" in their rules.txt. This setting indicates that the pack has been updated to handle the resolution changes introduced by the optimization. Cemu will allow the optimization to remain enabled if resolution packs have this flag set.
2024-03-25 21:35:38 +01:00
..
GraphicPack2.cpp Latte: Enable colorbuffer optimization if gfx packs are aware 2024-03-25 21:35:38 +01:00
GraphicPack2.h Latte: Enable colorbuffer optimization if gfx packs are aware 2024-03-25 21:35:38 +01:00
GraphicPack2Patches.cpp GfxPack: Refactor + better unicode support 2023-12-10 08:30:52 +01:00
GraphicPack2Patches.h Add all the files 2022-08-22 22:21:23 +02:00
GraphicPack2PatchesApply.cpp Remove deprecated logging system and expose developer logging window (#825) 2023-05-20 02:46:12 +02:00
GraphicPack2PatchesParser.cpp GfxPack: Refactor + better unicode support 2023-12-10 08:30:52 +01:00
GraphicPackError.h Add all the files 2022-08-22 22:21:23 +02:00