mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-27 23:47:03 +02:00
[vk] tomodachi toggle for hotfix PR (#3974)
mostly just tomo toggle so no konflict Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3974
This commit is contained in:
parent
dac80444b2
commit
e9280c603e
8 changed files with 206 additions and 21 deletions
|
|
@ -591,6 +591,8 @@ struct Values {
|
|||
SwitchableSetting<bool> gpu_unswizzle_enabled{linkage, false, "gpu_unswizzle_enabled",
|
||||
Category::RendererHacks};
|
||||
|
||||
SwitchableSetting<bool> legacy_descriptor_indices{linkage, true, "legacy_descriptor_indices", Category::RendererHacks};
|
||||
|
||||
SwitchableSetting<ExtendedDynamicState> dyna_state{linkage,
|
||||
#if defined(ANDROID)
|
||||
ExtendedDynamicState::Disabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue