Merge pull request #75 from profi200/master

Fixed CFGU_GenHashConsoleUnique() header code.
This commit is contained in:
yellows8 2015-01-01 11:26:04 -05:00
commit 17298ffc2e

View File

@ -38,7 +38,7 @@ Result CFGU_GenHashConsoleUnique(u32 appIDSalt, u64* hash)
Result ret = 0;
u32 *cmdbuf = getThreadCommandBuffer();
cmdbuf[0] = 0x00030000;
cmdbuf[0] = 0x00030040;
cmdbuf[1] = appIDSalt;
if((ret = svcSendSyncRequest(CFGU_handle))!=0)return ret;