mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-20 17:29:38 -05:00
PR #10066 added functionality to call std::abort when a panic alert occurs; however, that PR only implemented it for MsgAlert and not MsgAlertFmtImpl, meaning that the functionality was not used with PanicAlertFmt (only PanicAlert, which is not used frequently).