summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/error.cpp
AgeCommit message (Collapse)Author
2021-07-14applets: Append qt_ prefix to Qt frontend appletsMorph
2021-04-15error: Make the error code as the title text of the OverlayDialogMorph
Co-authored-by: Its-Rei <kupfel@gmail.com>
2021-01-02general: Fix various spelling errorsMorph
2020-12-05applets: Resolve variable shadowingMorph
2019-05-24yuzu/applets/software_keyboard: Specify string conversions explicitlyLioncash
Allows the software keyboard applet code to compile with implicit string conversions disabled.
2019-05-24yuzu/applets/error: Specify string conversions explicitlyLioncash
Allows the error applet to build successfully with implicit string conversions disabled.
2019-05-14yuzu: Remove explicit types from locks where applicableLioncash
With C++17's deduction guides, the type doesn't need to be explicitly specified within locking primitives anymore.
2019-04-17web_browser: Make OpenPage non-constZach Hilman
2019-04-17qt: Add dialog implementation of Error appletZach Hilman