yuzu/src/core/frontend
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
..
applets
emu_window.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
emu_window.h core/frontend/emu_window: Make ClipToTouchScreen a const member function 2019-02-27 08:54:42 -05:00
framebuffer_layout.cpp
framebuffer_layout.h
input.h
scope_acquire_window_context.cpp
scope_acquire_window_context.h