[common] Revert default VIDS setting to true to fix AMD GPU and Windows (#3945)
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run

Games such as bayonetta 3 or totk need VIDS on for some windows users or it results in broken graphics.

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3945
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
This commit is contained in:
John 2026-05-11 18:52:28 +02:00 committed by crueter
parent 5575d77520
commit 609756db30
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6

View file

@ -609,7 +609,7 @@ struct Values {
#if defined (ANDROID)
false,
#else
false,
true,
#endif
"vertex_input_dynamic_state", Category::RendererExtensions};