core: implement GetGaiStringErrorRequest, IContextRegistrar
This commit is contained in:
parent
3e4029b238
commit
3e3294e1c2
10 changed files with 115 additions and 5 deletions
|
@ -496,8 +496,9 @@ public:
|
|||
void LoadIdTokenCache(HLERequestContext& ctx) {
|
||||
LOG_WARNING(Service_ACC, "(STUBBED) called");
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
IPC::ResponseBuilder rb{ctx, 3};
|
||||
rb.Push(ResultSuccess);
|
||||
rb.Push(0);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue