rsx: Add the option to the advanced tab

This commit is contained in:
kd-11 2022-02-19 20:43:31 +03:00 committed by kd-11
parent c7e49b58a8
commit 24587ab459
6 changed files with 23 additions and 9 deletions

View file

@ -156,7 +156,7 @@ struct cfg_root : cfg::node
cfg::_int<1, 1800> vblank_rate{ this, "Vblank Rate", 60, true }; // Changing this from 60 may affect game speed in unexpected ways
cfg::_bool vblank_ntsc{ this, "Vblank NTSC Fixup", false, true };
cfg::_bool decr_memory_layout{ this, "DECR memory layout", false}; // Force enable increased allowed main memory range as DECR console
cfg::_bool host_label_synchronization{ this, "Use Host GPU Labels", false };
cfg::_bool host_label_synchronization{ this, "Allow Host GPU Labels", false };
struct node_vk : cfg::node
{