mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
rsx: Implement host GPU sync labels
This commit is contained in:
parent
c5680c29bd
commit
c7e49b58a8
7 changed files with 167 additions and 40 deletions
|
@ -156,6 +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 };
|
||||
|
||||
struct node_vk : cfg::node
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue