diff options
| author | 2018-04-26 14:19:34 -0700 | |
|---|---|---|
| committer | 2018-04-26 14:19:34 -0700 | |
| commit | f1f7f2cba93631c67dfd8767f69a2a23a6edcf23 (patch) | |
| tree | 18b01330f52b144f30ab67c531b1a5dd5e13e1d3 /src/core/hle/service/ssl | |
| parent | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport... (diff) | |
| download | yuzu-f1f7f2cba93631c67dfd8767f69a2a23a6edcf23.tar.gz yuzu-f1f7f2cba93631c67dfd8767f69a2a23a6edcf23.tar.xz yuzu-f1f7f2cba93631c67dfd8767f69a2a23a6edcf23.zip | |
Added PREPO to logging backend, Removed comments from SaveReportWithUser
Diffstat (limited to 'src/core/hle/service/ssl')
| -rw-r--r-- | src/core/hle/service/ssl/ssl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ssl/ssl.cpp b/src/core/hle/service/ssl/ssl.cpp index 27d91640e..40aea6090 100644 --- a/src/core/hle/service/ssl/ssl.cpp +++ b/src/core/hle/service/ssl/ssl.cpp | |||
| @@ -106,7 +106,7 @@ void SSL::SetInterfaceVersion(Kernel::HLERequestContext& ctx) { | |||
| 106 | LOG_WARNING(Service_SSL, "(STUBBED) called"); | 106 | LOG_WARNING(Service_SSL, "(STUBBED) called"); |
| 107 | IPC::RequestParser rp{ctx}; | 107 | IPC::RequestParser rp{ctx}; |
| 108 | u32 unk1 = rp.Pop<u32>(); // Probably minor/major? | 108 | u32 unk1 = rp.Pop<u32>(); // Probably minor/major? |
| 109 | u32 unk2 = rp.Pop<u32>(); | 109 | u32 unk2 = rp.Pop<u32>(); // TODO(ogniK): Figure out what this does |
| 110 | 110 | ||
| 111 | IPC::ResponseBuilder rb{ctx, 2}; | 111 | IPC::ResponseBuilder rb{ctx, 2}; |
| 112 | rb.Push(RESULT_SUCCESS); | 112 | rb.Push(RESULT_SUCCESS); |