summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/process.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-1/+3
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* am: use applet program loading for tested versionsLiam2024-02-101-5/+18
|
* am: add new datatypes for per-applet stateLiam2024-01-301-0/+138