[XAM] Fixed assertion related to incorrect casting

This should fix crash in 12xxx dashboard while browsing achievements

- Fixed issue with invalid time being presented for some achievements
- Added stub for: XampWebInstrumentationSetProfileCounts
This commit is contained in:
Gliniak
2025-05-07 20:05:29 +02:00
parent dd112ed462
commit f6d9e76fca
3 changed files with 15 additions and 3 deletions

View File

@@ -747,6 +747,13 @@ void XamGetActiveDashAppInfo_entry(pointer_t<X_DASH_APP_INFO> dash_app) {
}
DECLARE_XAM_EXPORT1(XamGetActiveDashAppInfo, kNone, kImplemented);
void XampWebInstrumentationSetProfileCounts_entry(dword_t live_profiles,
dword_t local_profiles,
dword_t adult_profiles,
dword_t child_profiles) {}
DECLARE_XAM_EXPORT1(XampWebInstrumentationSetProfileCounts, kUserProfiles,
kStub);
} // namespace xam
} // namespace kernel
} // namespace xe