Added PREPO to logging backend, Removed comments from SaveReportWithUser

This commit is contained in:
David Marcec 2018-04-26 14:19:34 -07:00
parent 27650499bc
commit f1f7f2cba9
3 changed files with 3 additions and 13 deletions

View file

@ -106,7 +106,7 @@ void SSL::SetInterfaceVersion(Kernel::HLERequestContext& ctx) {
LOG_WARNING(Service_SSL, "(STUBBED) called");
IPC::RequestParser rp{ctx};
u32 unk1 = rp.Pop<u32>(); // Probably minor/major?
u32 unk2 = rp.Pop<u32>();
u32 unk2 = rp.Pop<u32>(); // TODO(ogniK): Figure out what this does
IPC::ResponseBuilder rb{ctx, 2};
rb.Push(RESULT_SUCCESS);