libstrat: automatically detect+format rawdata structs correctly.

This commit is contained in:
Michael Scire
2018-10-30 06:29:30 -07:00
committed by SciresM
parent 2f7224edce
commit 6ef34d80a0
16 changed files with 147 additions and 76 deletions

View File

@@ -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. */