Misc fixes (overlapped IO, etc).

This commit is contained in:
Ben Vanik
2014-08-03 22:25:38 -07:00
parent 0a9d936f1e
commit 35885f761c
5 changed files with 34 additions and 12 deletions

View File

@@ -141,6 +141,10 @@ SHIM_CALL XamUserReadProfileSettings_shim(
// Title ID = 0 means us.
// 0xfffe07d1 = profile?
if (user_index == 255) {
user_index = 0;
}
if (user_index) {
// Only support user 0.
SHIM_SET_RETURN_32(X_ERROR_NOT_FOUND);