mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 04:30:06 +00:00
removed the log string
This commit is contained in:
parent
507102c99e
commit
bfc99850dc
@ -17,7 +17,6 @@ void ClearDNSCache(Interface* self) {
|
|||||||
#endif
|
#endif
|
||||||
u32* cmd_buff = Kernel::GetCommandBuffer();
|
u32* cmd_buff = Kernel::GetCommandBuffer();
|
||||||
cmd_buff[1] = RESULT_SUCCESS.raw; // No error
|
cmd_buff[1] = RESULT_SUCCESS.raw; // No error
|
||||||
LOG_DEBUG(Service_HTTP, "(STUBBED) called");
|
|
||||||
}
|
}
|
||||||
const Interface::FunctionInfo FunctionTable[] = {
|
const Interface::FunctionInfo FunctionTable[] = {
|
||||||
{0x00010044, nullptr, "Initialize"},
|
{0x00010044, nullptr, "Initialize"},
|
||||||
|
Loading…
Reference in New Issue
Block a user