[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:
lizzie 2026-05-18 02:39:20 +02:00 committed by crueter
parent dac80444b2
commit e9280c603e
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
8 changed files with 206 additions and 21 deletions

View file

@ -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,