- 20 Nov, 2018 2 commits
- 19 Nov, 2018 38 commits
-
-
Lioncash authored
Cleans out the citra/3DS-specific implementation details that don't apply to the Switch. Sets the stage for implementing ResourceLimit instances properly. While we're at it, remove the erroneous checks within CreateThread() and SetThreadPriority(). While these are indeed checked in some capacity, they are not checked via a ResourceLimit instance. In the process of moving out Citra-specifics, this also replaces the system ResourceLimit instance's values with ones from the Switch.
-
Lioncash authored
This service function was likely intended to be a way to redirect where the output of a log went. e.g. Firing a log over a network, dumping over a tunneling session, etc. Given we always want to see the log and not change its output. It's one of the lucky service functions where the easiest implementation is to just do nothing at all and return success.
-
bunnei authored
hid: Add support for multiplayer and multilayout controllers
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Handles button configuration for all controller layouts and debug pads. Configurable at construction.
-
Zach Hilman authored
This allows adjusting the finger, diameter, and angle of the emulated touchscreen. It also provides a warning to the user about what changing these parameters can do.
-
Zach Hilman authored
Supports setting the five mouse buttons to any valid controller button/keyboard key (Left, Right, Middle, Foward, Back)
-
Zach Hilman authored
This moves the actual button configuration to a separate dialog and only has the enabled and type controls in the tab.
-
Zach Hilman authored
-
Zach Hilman authored
Including finger ID, diamater x/y, and angle. Additionally, checks if the touchscreen is enabled.
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Used by developers to test games, not present on retail systems. Some games are known to respond to DebugPad input though, for example Kirby Star Allies.
-
Zach Hilman authored
Defaults to full keyboard for keyboard -- It did not seem to be necessary to make the keyboard configurable (besides enabled/disabled).
-
Zach Hilman authored
-
Zach Hilman authored
Uses the PlayerInput struct to represent all of the data that constitutes a player.
-
Zach Hilman authored
-
Zach Hilman authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
bunnei authored
textures/decoders: Replace magic numbers
-
bunnei authored
Missing ogl states
-
bunnei authored
travis: Use pre-built image for clang-format target
-
bunnei authored
Handle missing git info when building
-
Frederic L authored
-
bunnei authored
game_list: Only reload game list after relevant settings changed
-
bunnei authored
ldr_ro: Complete LDR:RO implementation
-
bunnei authored
Implemented CalculateStandardUserSystemClockDifferenceByUser
-
Schplee authored
* Correctly sets default system language for yuzu-CLI A user reported that yuzu_cmd runs games in Japanese rather than the correct default of English (like yuzu-qt does correctly), this change fixes that. * fix clang issue deleted whitespace
-