libstrat: automatically detect+format rawdata structs correctly.
This commit is contained in:
@@ -28,7 +28,7 @@ enum ShellServiceCmd {
|
||||
class ShellService final : public IServiceObject {
|
||||
private:
|
||||
/* Actual commands. */
|
||||
Result AddTitleToLaunchQueue(u64 args_size, u64 tid, InPointer<char> args);
|
||||
Result AddTitleToLaunchQueue(u64 tid, InPointer<char> args, u32 args_size);
|
||||
void ClearLaunchQueue();
|
||||
|
||||
/* Atmosphere commands. */
|
||||
|
||||
Reference in New Issue
Block a user