Back to Provenance

2805

.changelog/2805.md

3.3.11.2 KB
Original Source

Added

  • PPSSPP OSD → PVToastSystem_Toast() callbacks from PPSSPP now surface as native in-game toasts.
  • Dolphin OSD → PVToastMsgAlert() and Host_UpdateProgressDialog() callbacks from Dolphin now surface as warning/error/info toasts.
  • Azahar OSD → PVToast — Keyboard ShowError() and save/load state feedback from Azahar/Citra now surface as native toasts.
  • Mednafen OSD → PVToastMDFND_DispMessage(), MDFND_PrintError(), and MDFND_OutputNotice() now forward status/warning/error messages to PVToast.
  • DuckStation OSD → PVToastHost::AddOSDMessage(), AddKeyedOSDMessage(), AddIconOSDMessage(), and ReportErrorAsync() now surface as native toasts.
  • Mupen64Plus OSD → PVToastPV_DrawOSD() callback (previously a TODO/NSLog) now shows as an in-game toast.
  • melonDS OSD → PVToastmsgboxf() now surfaces as an info toast instead of being silently logged.
  • VisualBoyAdvance-M OSD → PVToastsystemMessage() now formats and surfaces the full message as a toast.
  • PVOSDNotification — New ObjC helper in PVCoreObjCBridge providing a thread-safe NSNotificationCenter-based bridge so any core can post OSD messages without depending on PVUI.