mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-05 23:02:58 +12:00
[Kernel] Fix ArbitrateAddress
This commit is contained in:
parent
919951516a
commit
77078f73b3
5 changed files with 25 additions and 13 deletions
|
@ -302,7 +302,7 @@ void Memory::mapGSPSharedMemory(u32 vaddr, u32 myPerms, u32 otherPerms) {
|
|||
|
||||
// Wipe the GSP memory allocation from existence
|
||||
gspMemIndex = std::nullopt;
|
||||
//std::erase(lockedMemoryInfo, index);
|
||||
lockedMemoryInfo.erase(lockedMemoryInfo.begin() + index);
|
||||
|
||||
if (myPerms == 0x10000000) {
|
||||
myPerms = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue