[XAM] Assert struct sizes and misc struct adjustments
This commit is contained in:
@@ -50,7 +50,7 @@ dword_result_t XamContentGetLicenseMask_entry(lpdword_t mask_ptr,
|
||||
// Remark: This cannot be reflected as on console. Xenia can boot games
|
||||
// directly and XBLA games can be repacked to ZAR. For these titles we must
|
||||
// provide some license. Normally it should fail for OpticalDisc type.
|
||||
if (kernel_state()->deployment_type_ != XDeploymentType::kUnknown) {
|
||||
if (kernel_state()->deployment_type_ != XDeploymentType::kOther) {
|
||||
// Each bit in the mask represents a granted license. Available licenses
|
||||
// seems to vary from game to game, but most appear to use bit 0 to
|
||||
// indicate if the game is purchased or not.
|
||||
|
||||
Reference in New Issue
Block a user