Fix logging with null varargs.

This commit is contained in:
Ben Vanik
2015-08-29 22:21:58 -07:00
parent 1631e0f234
commit 1d7f345960
2 changed files with 10 additions and 2 deletions

View File

@@ -45,6 +45,9 @@ SHIM_CALL XamUserGetSigninState_shim(PPCContext* ppc_context,
XELOGD("XamUserGetSigninState(%d)", user_index);
// Yield, as some games spam this.
xe::threading::MaybeYield();
// 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.