mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 06:07:57 -05:00
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
This commit is contained in:
@ -163,8 +163,6 @@ static void GetIPCHandles(Service::Interface* self) {
|
||||
cmd_buff[6] = event_accelerometer;
|
||||
cmd_buff[7] = event_gyroscope;
|
||||
cmd_buff[8] = event_debug_pad;
|
||||
|
||||
LOG_TRACE(Service_HID, "called");
|
||||
}
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
|
Reference in New Issue
Block a user