summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_general_backend.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: am: Set push in arguments according to the launched appletNarr the Reg2023-10-011-3/+3
|
* qt: implement RequestExit for appletsLiam2023-03-251-2/+2
|
* applets: implement RequestExitLiam2023-03-251-0/+15
|
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-1/+1
|
* Add break for default casesKyle Kienapfel2022-11-141-0/+2
| | | | | | | | | | | Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-5/+5
|
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-2/+2
|
* 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.
* general: Get the current process program id directly from the systemMorph2021-11-041-2/+1
| | | | This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-1/+1
|
* core: Remove unused includesameerj2021-11-041-2/+0
|
* applets: Append applet_ prefix to backend appletsMorph2021-07-141-0/+255