mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 22:47:58 -05:00
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
This commit is contained in:
@ -103,6 +103,7 @@ SSL::SSL() : ServiceFramework("ssl") {
|
||||
}
|
||||
|
||||
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>();
|
||||
|
Reference in New Issue
Block a user