MCPcopy Create free account
hub / github.com/devkitPro/libctru / GSPGPU_UnregisterInterruptRelayQueue

Function GSPGPU_UnregisterInterruptRelayQueue

libctru/source/services/gspgpu.c:601–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601Result GSPGPU_UnregisterInterruptRelayQueue(void)
602{
603 u32* cmdbuf=getThreadCommandBuffer();
604 cmdbuf[0]=IPC_MakeHeader(0x14,0,0); // 0x140000
605
606 Result ret=0;
607 if(R_FAILED(ret=svcSendSyncRequest(gspGpuHandle)))return ret;
608
609 return cmdbuf[1];
610}
611
612Result GSPGPU_AcquireRight(u8 flags)
613{

Callers 1

gspExitFunction · 0.85

Calls 2

getThreadCommandBufferFunction · 0.85
IPC_MakeHeaderFunction · 0.85

Tested by

no test coverage detected