Morph
|
a745d87971
|
general: Fix various spelling errors
|
2021-01-02 10:23:41 -05:00 |
|
Morph
|
f6d4a289d5
|
applets: Resolve variable shadowing
|
2020-12-05 08:37:13 -05:00 |
|
Lioncash
|
cf9cc41478
|
yuzu/applets/software_keyboard: Specify string conversions explicitly
Allows the software keyboard applet code to compile with implicit string
conversions disabled.
|
2019-05-24 21:27:12 -04:00 |
|
Lioncash
|
f5d416e071
|
yuzu/applets/error: Specify string conversions explicitly
Allows the error applet to build successfully with implicit string
conversions disabled.
|
2019-05-24 21:27:12 -04:00 |
|
Lioncash
|
d6d809db87
|
yuzu: Remove explicit types from locks where applicable
With C++17's deduction guides, the type doesn't need to be explicitly
specified within locking primitives anymore.
|
2019-05-14 08:18:48 -04:00 |
|
Zach Hilman
|
2adb226b26
|
web_browser: Make OpenPage non-const
|
2019-04-17 11:35:24 -04:00 |
|
Zach Hilman
|
76452cd5b3
|
qt: Add dialog implementation of Error applet
|
2019-04-17 11:35:24 -04:00 |
|