yuzu/src/core/frontend
Morph 371226448a applets/controller: Modify heuristic to account for certain games
Now left and right joycons have the same priority (meaning both needs to be supported by the game).

Explanation of the new heuristic:
Assign left joycons to even player indices and right joycons to odd player indices.
We do this since Captain Toad Treasure Tracker expects a left joycon for Player 1 and a right Joycon for Player 2 in 2 Player Assist mode.
2020-09-04 12:23:25 -04:00
..
applets applets/controller: Modify heuristic to account for certain games 2020-09-04 12:23:25 -04:00
emu_window.cpp frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) 2020-05-15 22:22:27 +02:00
emu_window.h emu_window: Mark Scoped constructor and Acquire() as nodiscard 2020-08-14 04:43:44 -04:00
framebuffer_layout.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
framebuffer_layout.h Address second batch of reviews 2020-08-30 00:43:25 +02:00
input.h Moved analog direction logic to sdl_impl 2020-01-15 11:25:15 +01:00