[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: #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:
parent
0e7203df34
commit
de5c761aa7
6 changed files with 29 additions and 52 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue