kXNotification - adding more

- Added more kXNotification ids
- Added missing Notification to XMPCreateTitlePlaylist
This commit is contained in:
The-Little-Wolf
2025-07-20 08:59:54 -07:00
committed by Radosław Gliński
parent 4182852a4b
commit 31173107bc
5 changed files with 43 additions and 27 deletions

View File

@@ -606,8 +606,8 @@ DECLARE_XAM_EXPORT1(XamShowCommunitySessionsUI, kNone, kStub);
dword_result_t XamSetDashContext_entry(dword_t value,
const ppc_context_t& ctx) {
ctx->kernel_state->dash_context_ = value;
kernel_state()->BroadcastNotification(
kXNotificationDvdDriveUnknownDashContext, 0);
kernel_state()->BroadcastNotification(kXNotificationSystemDashContextChanged,
0);
return 0;
}