mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 02:08:23 -05:00
Convert old logging calls to new logging macros
This commit is contained in:
@ -163,7 +163,7 @@ static void GetIPCHandles(Service::Interface* self) {
|
||||
cmd_buff[7] = event_gyroscope;
|
||||
cmd_buff[8] = event_debug_pad;
|
||||
|
||||
DEBUG_LOG(KERNEL, "called");
|
||||
LOG_TRACE(Service_HID, "called");
|
||||
}
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
|
Reference in New Issue
Block a user