index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
am
/
applets
/
controller.cpp
Age
Commit message (
Expand
)
Author
2021-07-14
applets: Append applet_ prefix to backend applets
Morph
2021-04-17
applets: Send focus state change message on applet state change
Morph
2021-04-17
applets: Make the applet mode a protected property of Applet
Morph
2021-04-15
applets: Pass in the LibraryAppletMode each applet's constructor
Morph
2021-02-09
am/controller: Remove [[fallthrough]] from unreachable path
Lioncash
2021-02-03
Fix npad struct to match switchbrew
german
2020-12-07
controller: Use std::move within ConvertToFrontendParameters()
Lioncash
2020-12-07
controller: Avoid unnecessary copies in ConfigurationComplete()
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-15
controllers/npad: Rename NPadType to NpadStyleSet
Morph
2020-11-15
settings: Preparation for per-game input settings
Morph
2020-11-08
applets: Rename LibraryAppletVersion to ControllerAppletVersion
Morph
2020-11-08
applets/controller: Pop normal data for StrapGuide and FirmwareUpdate
Morph
2020-11-08
applets/controller: Introduce additional checks for mode and caller
Morph
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-04
Address feedback
Morph
2020-09-04
applets/controller: Set min_players to have a minimum value of 1.
Morph
2020-09-04
applets/controller: Implement "Explain Text"
Morph
2020-09-04
Project Mjölnir: Part 2 - Controller Applet
Morph