Setting XMA pointer to make errors clearer.
This commit is contained in:
parent
a593d940eb
commit
66d2a8aec2
|
@ -35,6 +35,8 @@ SHIM_CALL XMACreateContext_shim(
|
||||||
context_ptr);
|
context_ptr);
|
||||||
|
|
||||||
// TODO(benvanik): allocate and return -- see if size required or just dummy?
|
// 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);
|
SHIM_SET_RETURN_32(X_STATUS_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue