mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
Stratosphere: Skeleton more of ldr:dmnt->Dispatch()
This commit is contained in:
parent
c4db563261
commit
b8ad7125ca
3 changed files with 54 additions and 4 deletions
|
@ -3,9 +3,15 @@
|
|||
|
||||
#include "iserviceobject.hpp"
|
||||
|
||||
enum DebugMonitorServiceCmd {
|
||||
Cmd_AddTitleToLaunchQueue = 0,
|
||||
Cmd_ClearLaunchQueue = 1,
|
||||
Cmd_GetNsoInfo = 2
|
||||
};
|
||||
|
||||
class DebugMonitorService : IServiceObject {
|
||||
public:
|
||||
void dispatch(IpcParsedCommand *r, u32 *cmd_buf, u32 cmd_id, u32 *in_rawdata, u32 in_rawdata_size, u32 *out_rawdata, u32 *out_raw_data_count);
|
||||
Result dispatch(IpcParsedCommand *r, u32 *cmd_buf, u32 cmd_id, u32 *in_rawdata, u32 in_rawdata_size, u32 *out_rawdata, u32 *out_raw_data_count);
|
||||
|
||||
private:
|
||||
/* Actual commands. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue