mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-18 14:27:00 +02:00
[vulkan, android] Add BGR565 emulated toggle
This commit is contained in:
parent
2b1f163487
commit
51dc28500b
8 changed files with 30 additions and 4 deletions
|
|
@ -555,6 +555,9 @@ struct Values {
|
|||
SwitchableSetting<bool> fix_bloom_effects{linkage, false, "fix_bloom_effects",
|
||||
Category::RendererHacks};
|
||||
|
||||
SwitchableSetting<bool> emulate_bgr565{linkage, false, "emulate_bgr565",
|
||||
Category::RendererHacks};
|
||||
|
||||
SwitchableSetting<bool> rescale_hack{linkage, false, "rescale_hack",
|
||||
Category::RendererHacks};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue