mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 03:37:56 -05:00
Switched to NGLOG_WARNING
This commit is contained in:
@ -103,7 +103,7 @@ SSL::SSL() : ServiceFramework("ssl") {
|
||||
}
|
||||
|
||||
void SSL::SetInterfaceVersion(Kernel::HLERequestContext& ctx) {
|
||||
LOG_WARNING(Service_SSL, "(STUBBED) called");
|
||||
NGLOG_WARNING(Service_SSL, "(STUBBED) called");
|
||||
IPC::RequestParser rp{ctx};
|
||||
u32 unk1 = rp.Pop<u32>(); // Probably minor/major?
|
||||
u32 unk2 = rp.Pop<u32>(); // TODO(ogniK): Figure out what this does
|
||||
|
Reference in New Issue
Block a user