Setting XMA pointer to make errors clearer.

This commit is contained in:
Ben Vanik 2014-08-04 18:55:00 -07:00
parent a593d940eb
commit 66d2a8aec2
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ SHIM_CALL XMACreateContext_shim(
context_ptr);
// TODO(benvanik): allocate and return -- see if size required or just dummy?
// Games will call MmGetPhysicalAddress on the result.
SHIM_SET_MEM_32(context_ptr, 0xAAAABABE);
SHIM_SET_RETURN_32(X_STATUS_SUCCESS);
}