Changed the default license mask.
This commit is contained in:
parent
dae8aa4386
commit
c1d3d62e2a
|
@ -38,7 +38,7 @@ SHIM_CALL XamContentGetLicenseMask_shim(PPCContext* ppc_context,
|
||||||
// Arcade games seem to call this and check the result mask for random bits.
|
// Arcade games seem to call this and check the result mask for random bits.
|
||||||
// If we fail, the games seem to use a hardcoded mask, which is likely trial.
|
// If we fail, the games seem to use a hardcoded mask, which is likely trial.
|
||||||
// To be clever, let's just try setting all the bits.
|
// To be clever, let's just try setting all the bits.
|
||||||
SHIM_SET_MEM_32(mask_ptr, 0xFFFFFFFF);
|
SHIM_SET_MEM_32(mask_ptr, 0);
|
||||||
|
|
||||||
if (overlapped_ptr) {
|
if (overlapped_ptr) {
|
||||||
kernel_state->CompleteOverlappedImmediate(overlapped_ptr, X_ERROR_SUCCESS);
|
kernel_state->CompleteOverlappedImmediate(overlapped_ptr, X_ERROR_SUCCESS);
|
||||||
|
|
Loading…
Reference in New Issue