Fix typo in XamAlloc

Few other inconsistencies in xboxkrnl_memory
This commit is contained in:
Dr. Chat
2017-04-17 22:57:29 -05:00
parent 5ac61aa48a
commit 7f4ee2a070
2 changed files with 8 additions and 14 deletions

View File

@@ -162,7 +162,7 @@ void XamLoaderTerminateTitle() {
}
DECLARE_XAM_EXPORT(XamLoaderTerminateTitle, ExportTag::kSketchy);
dword_result_t XamAlloc(dword_t unk, dword_t size, lpword_t out_ptr) {
dword_result_t XamAlloc(dword_t unk, dword_t size, lpdword_t out_ptr) {
assert_true(unk == 0);
// Allocate from the heap. Not sure why XAM does this specially, perhaps