mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 11:38:01 -05:00
Convert old logging calls to new logging macros
This commit is contained in:
@ -26,7 +26,7 @@ void GetWifiStatus(Service::Interface* self) {
|
||||
cmd_buff[1] = 0; // No error
|
||||
cmd_buff[2] = 0; // Connection type set to none
|
||||
|
||||
WARN_LOG(KERNEL, "(STUBBED) called");
|
||||
LOG_WARNING(Service_AC, "(STUBBED) called");
|
||||
}
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
|
Reference in New Issue
Block a user