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 core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
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 settings: Preparation for per-game input settings 2020-11-15 23:33:20 -05:00
framebuffer_layout.h Address second batch of reviews 2020-08-30 00:43:25 +02:00
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