suyu/src/core/frontend/applets
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
..
controller.cpp applets/controller: Modify heuristic to account for certain games 2020-09-04 12:23:25 -04:00
controller.h applets/controller: Implement "Explain Text" 2020-09-04 12:23:25 -04:00
error.cpp frontend: Add frontend receiver for Error applet 2019-04-17 11:35:24 -04:00
error.h frontend: Add frontend receiver for Error applet 2019-04-17 11:35:24 -04:00
general_frontend.cpp general_frontend: Add documentation for parental controls and ecommerce applets 2019-06-24 20:05:11 -04:00
general_frontend.h general_frontend: Add documentation for parental controls and ecommerce applets 2019-06-24 20:05:11 -04:00
profile_select.cpp profile_select: Port Service::Account::UUID to Common::UUID 2019-04-25 08:13:11 -04:00
profile_select.h profile_select: Port Service::Account::UUID to Common::UUID 2019-04-25 08:13:11 -04:00
software_keyboard.cpp applet: Add operation completed callback 2018-11-18 10:53:47 -05:00
software_keyboard.h applet: Add operation completed callback 2018-11-18 10:53:47 -05:00
web_browser.cpp web_browser: Rename OpenPage to OpenPageLocal 2019-06-24 20:05:11 -04:00
web_browser.h web_browser: Rename OpenPage to OpenPageLocal 2019-06-24 20:05:11 -04:00