Putting the user_index == 255 check back into XamUserReadProfileSettings.
This commit is contained in:
parent
cbd1210337
commit
0fb9161a1b
|
@ -137,6 +137,11 @@ SHIM_CALL XamUserReadProfileSettings_shim(PPCContext* ppc_context,
|
|||
assert_zero(unk_0);
|
||||
assert_zero(unk_1);
|
||||
|
||||
// TODO(gibbed): why is this a thing?
|
||||
if (user_index == 255) {
|
||||
user_index = 0;
|
||||
}
|
||||
|
||||
// Title ID = 0 means us.
|
||||
// 0xfffe07d1 = profile?
|
||||
|
||||
|
|
Loading…
Reference in New Issue