citra/src/yuzu/applets
Lioncash 16bf791939 yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()
Given the std::optional can contain an object type that heap allocates,
we can use std::move to avoid an unnecessary copy/allocation from
occurring.
2019-05-24 21:27:12 -04:00
..
error.cpp yuzu/applets/software_keyboard: Specify string conversions explicitly 2019-05-24 21:27:12 -04:00
error.h qt: Add dialog implementation of Error applet 2019-04-17 11:35:24 -04:00
profile_select.cpp yuzu/applets/profile_select: Mark header string as translatable 2019-05-19 01:18:37 -04:00
profile_select.h yuzu: Make hotkeys configurable via the GUI 2019-03-16 03:55:57 +01:00
software_keyboard.cpp yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() 2019-05-24 21:27:12 -04:00
software_keyboard.h yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functions 2018-11-20 11:36:50 -05:00
web_browser.cpp web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
web_browser.h web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00