XamShowMessageBoxUI (that auto-advances).

This commit is contained in:
Ben Vanik
2014-08-04 20:24:08 -07:00
parent 66d2a8aec2
commit 64d8ee386b
7 changed files with 137 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ SHIM_CALL XamUserGetSigninState_shim(
// Lie and say we are signed in, but local-only.
// This should keep games from asking us to sign in and also keep them
// from initializing the network.
if (user_index == 0) {
if (user_index == 0 || (user_index & 0xFF) == 0xFF) {
const auto& user_profile = state->user_profile();
SHIM_SET_RETURN_64(user_profile->signin_state());
} else {