mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Pretend XMACreateContext succeeded.
This commit is contained in:
parent
7e22d3be92
commit
e0c652b075
|
|
@ -36,7 +36,7 @@ SHIM_CALL XMACreateContext_shim(
|
||||||
|
|
||||||
// TODO(benvanik): allocate and return -- see if size required or just dummy?
|
// TODO(benvanik): allocate and return -- see if size required or just dummy?
|
||||||
|
|
||||||
SHIM_SET_RETURN_32(X_ERROR_ACCESS_DENIED);
|
SHIM_SET_RETURN_32(X_STATUS_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue