suyu/src/yuzu/applets
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
2019-04-01 12:53:47 -04:00
..
profile_select.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
profile_select.h applets: Correct event ResetTypes from OneShot to Sticky 2018-12-03 17:27:40 -05:00
software_keyboard.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -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 general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
web_browser.h core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00