yuzu/src/core/frontend
Lioncash ca9afa3293 input_interpreter: Mark two member functions as const
These aren't stateful functions, so we can make use of const.

While we're at, we can resolve some -Wdocumentation warnings.
2021-01-16 16:08:35 -05:00
..
applets applets/web: Implement the online web browser applet 2020-12-18 10:33:28 -05:00
emu_window.cpp
emu_window.h Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread 2020-11-23 17:58:49 -05:00
framebuffer_layout.cpp
framebuffer_layout.h
input.h Merge pull request #4939 from german77/MouseInput 2020-11-29 22:59:50 -08:00
input_interpreter.cpp input_interpreter: Add method to check for a button press state 2021-01-16 10:34:39 -05:00
input_interpreter.h input_interpreter: Mark two member functions as const 2021-01-16 16:08:35 -05:00