From 65878d99c642a9d14505bd1f6af6ed9b9ef42871 Mon Sep 17 00:00:00 2001 From: plutoo Date: Sun, 24 Aug 2014 22:42:23 +0200 Subject: [PATCH] gsp: Update header as part of renaming. --- libctru/include/3ds/GSP.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libctru/include/3ds/GSP.h b/libctru/include/3ds/GSP.h index b0c3410..1d71165 100644 --- a/libctru/include/3ds/GSP.h +++ b/libctru/include/3ds/GSP.h @@ -70,7 +70,6 @@ Result GSPGPU_ReadHWRegs(Handle *handle, u32 regAddr, u32* data, u8 size); Result GSPGPU_RegisterInterruptRelayQueue(Handle *handle, Handle eventHandle, u32 flags, Handle* outMemHandle, u8* threadID); Result GSPGPU_UnregisterInterruptRelayQueue(Handle* handle); Result GSPGPU_TriggerCmdReqQueue(Handle *handle); - -Result GSPGPU_submitGxCommand(u32* sharedGspCmdBuf, u32 gxCommand[0x8], Handle* handle); +Result GSPGPU_SubmitGxCommand(u32* sharedGspCmdBuf, u32 gxCommand[0x8], Handle* handle); #endif