1
0
Fork 0
forked from eden-emu/eden

[video_core] Update Vulkan Extended Dynamic State settings (#292)

This updates the Vulkan Extended Dynamic State settings and descriptions to improve and make it more clear how it works.

Reviewed-on: eden-emu/eden#292
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
This commit is contained in:
MaranBr 2025-08-21 19:27:39 +02:00 committed by crueter
parent 0e7203df34
commit de5c761aa7
Signed by untrusted user: crueter
GPG key ID: 425ACD2D4830EBC6
6 changed files with 29 additions and 52 deletions

View file

@ -518,7 +518,15 @@ struct Values {
Category::RendererAdvanced};
SwitchableSetting<u8, true> dyna_state{linkage,
#if defined (_WIN32)
3,
#elif defined(__FreeBSD__)
3,
#elif defined(__unix__)
2,
#else
0,
#endif
0,
3,
"dyna_state",