]> Chaos Git - corbenik/ctrulib.git/commitdiff
gsp: Update header as part of renaming.
authorplutoo <plutoo@univor.se>
Sun, 24 Aug 2014 20:42:23 +0000 (22:42 +0200)
committerplutoo <plutoo@univor.se>
Sun, 24 Aug 2014 20:42:23 +0000 (22:42 +0200)
libctru/include/3ds/GSP.h

index b0c34102df8be091f3e9686a92913ae9b0563cfd..1d711654d5346e9d053d01334decf826c81df746 100644 (file)
@@ -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