mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
Stratosphere: Fill out Loader main(), fix template classes.
This commit is contained in:
parent
ee1488a1ed
commit
321286ceab
9 changed files with 136 additions and 151 deletions
|
@ -4,9 +4,9 @@
|
|||
#include "iserviceobject.hpp"
|
||||
|
||||
enum DebugMonitorServiceCmd {
|
||||
Cmd_AddTitleToLaunchQueue = 0,
|
||||
Cmd_ClearLaunchQueue = 1,
|
||||
Cmd_GetNsoInfo = 2
|
||||
Dmnt_Cmd_AddTitleToLaunchQueue = 0,
|
||||
Dmnt_Cmd_ClearLaunchQueue = 1,
|
||||
Dmnt_Cmd_GetNsoInfo = 2
|
||||
};
|
||||
|
||||
class DebugMonitorService : IServiceObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue