mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 23:38:23 -04:00
pm: add new 19.0.0 commands
This is functionally correct, but I have no idea what these are meant to represent. These functions are completely unused on NX.
This commit is contained in:
parent
77d239265d
commit
a80d5b5c86
4 changed files with 19 additions and 3 deletions
|
@ -27,5 +27,6 @@ namespace ams::pm {
|
|||
R_DEFINE_ERROR_RESULT(DebugHookInUse, 4);
|
||||
R_DEFINE_ERROR_RESULT(ApplicationRunning, 5);
|
||||
R_DEFINE_ERROR_RESULT(InvalidSize, 6);
|
||||
R_DEFINE_ERROR_RESULT(Unknown7, 7);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue