Fixed word-index that the handle is loaded from in the cmdreply, for MIC_GetEventHandle().

This commit is contained in:
yellows8 2014-11-24 23:22:24 -05:00
parent ffef3fd06b
commit 300a0ed125

View File

@ -207,7 +207,7 @@ Result MIC_GetEventHandle(Handle *handle)
if((ret = svcSendSyncRequest(MIC_handle))!=0)return ret; if((ret = svcSendSyncRequest(MIC_handle))!=0)return ret;
if(handle)*handle = cmdbuf[2]; if(handle)*handle = cmdbuf[3];
return (Result)cmdbuf[1]; return (Result)cmdbuf[1];
} }