mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
SPU: add the concept of inaccurate reservations
Implement cellSpursRequestIdleSpu
This commit is contained in:
parent
d36cf71a2d
commit
82b1a2bd7a
4 changed files with 134 additions and 21 deletions
|
@ -41,6 +41,7 @@ struct cfg_root : cfg::node
|
|||
cfg::_enum<spu_block_size_type> spu_block_size{ this, "SPU Block Size", spu_block_size_type::safe };
|
||||
cfg::_bool spu_accurate_getllar{ this, "Accurate GETLLAR", false, true };
|
||||
cfg::_bool spu_accurate_dma{ this, "Accurate SPU DMA", false };
|
||||
cfg::_bool spu_accurate_reservations{ this, "Accurate SPU Reservations", true };
|
||||
cfg::_bool accurate_cache_line_stores{ this, "Accurate Cache Line Stores", false };
|
||||
cfg::_bool rsx_accurate_res_access{this, "Accurate RSX reservation access", false, true};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue