yuzu-fork/src/core/frontend
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds
Allows reporting more cases where logic errors may exist, such as
implicit fallthrough cases, etc.

We currently ignore unused parameters, since we currently have many
cases where this is intentional (virtual interfaces).

While we're at it, we can also tidy up any existing code that causes
warnings. This also uncovered a few bugs as well.
2020-04-15 21:33:46 -04:00
..
applets general_frontend: Add documentation for parental controls and ecommerce applets 2019-06-24 20:05:11 -04:00
emu_window.cpp core/frontend/emu_window: Make GraphicsContext's destructor virtual 2019-05-04 01:47:38 -04:00
emu_window.h yuzu: Drop SDL2 and Qt frontend Vulkan requirements 2020-04-07 16:32:19 -03:00
framebuffer_layout.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
framebuffer_layout.h framebuffer_layout.h: drop the use of enum for screen dimensions. 2020-03-11 14:22:28 -03:00
input.h Moved analog direction logic to sdl_impl 2020-01-15 11:25:15 +01:00