Pretend XMACreateContext succeeded.

This commit is contained in:
gibbed 2014-01-19 09:47:07 -08:00
parent 7e22d3be92
commit e0c652b075
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ SHIM_CALL XMACreateContext_shim(
// 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);
}