mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
SPU: Implement execution wake-up delay
This commit is contained in:
parent
149c593d89
commit
cf0fcf5a2a
7 changed files with 83 additions and 64 deletions
|
@ -872,6 +872,7 @@ public:
|
|||
void fast_call(u32 ls_addr);
|
||||
|
||||
bool capture_local_storage() const;
|
||||
void wakeup_delay(u32 div = 1) const;
|
||||
|
||||
// Convert specified SPU LS address to a pointer of specified (possibly converted to BE) type
|
||||
template<typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue