fixed bug which caused gsp shared mem to never be unmapped when using gfx
This commit is contained in:
parent
e12c8ff6a6
commit
bba6b90ba0
@ -187,7 +187,7 @@ void gfxExit()
|
|||||||
screenFree(gfxTopLeftFramebuffers[0]);
|
screenFree(gfxTopLeftFramebuffers[0]);
|
||||||
|
|
||||||
//unmap GSP shared mem
|
//unmap GSP shared mem
|
||||||
svcUnmapMemoryBlock(gspSharedMemHandle, 0x10002000);
|
svcUnmapMemoryBlock(gspSharedMemHandle, (u32)gfxSharedMemory);
|
||||||
|
|
||||||
GSPGPU_UnregisterInterruptRelayQueue(NULL);
|
GSPGPU_UnregisterInterruptRelayQueue(NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user