mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
SPU: Untangle VM lock to avoid deadlocks
This commit is contained in:
parent
ab31e96385
commit
7698064f5a
4 changed files with 17 additions and 16 deletions
|
@ -918,7 +918,7 @@ public:
|
|||
return group ? SPU_FAKE_BASE_ADDR + SPU_LS_SIZE * (id & 0xffffff) : RAW_SPU_BASE_ADDR + RAW_SPU_OFFSET * index;
|
||||
}
|
||||
|
||||
static u8* map_ls(utils::shm& shm);
|
||||
static u8* map_ls(utils::shm& shm, void* ptr = nullptr);
|
||||
|
||||
// Returns true if reservation existed but was just discovered to be lost
|
||||
// It is safe to use on any address, even if not directly accessed by SPU (so it's slower)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue