summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_controller.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am: re-namespace frontend applets to frontend directoryLiam2024-01-301-273/+0
|
* service: split am into componentsLiam2024-01-301-0/+1
|
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-4/+4
|
* applet: controller: Implement cancel buttongerman772023-03-301-5/+7
|
* qt: implement RequestExit for appletsLiam2023-03-251-1/+1
|
* applets: implement RequestExitLiam2023-03-251-0/+5
|
* hle: rename legacy errors to ResultsLiam2023-03-071-4/+3
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-3/+3
|
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-251-0/+1
|
* second commit lion reviewgerman772021-11-251-0/+2
|
* configuration: Migrate controller settings to emulated controllergerman772021-11-251-11/+3
|
* core/frontend: Update appletsgerman772021-11-251-1/+1
|
* applet_controller: Add preliminary support for version 8Morph2021-07-201-1/+20
| | | | Version 8 adds support for key remapping introduced in FW 11.0, we will not be implementing this for now.
* applets: Append applet_ prefix to backend appletsMorph2021-07-141-0/+253