[XAM] Assert struct sizes and misc struct adjustments

This commit is contained in:
Adrian
2025-05-05 17:57:45 +01:00
committed by Radosław Gliński
parent 8cf15a8d54
commit 6b055f1f74
12 changed files with 52 additions and 34 deletions

View File

@@ -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.