mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 18:17:52 -05:00
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
This commit is contained in:
@ -76,8 +76,6 @@ static void GetShellState(Service::Interface* self) {
|
||||
|
||||
cmd_buff[1] = 0;
|
||||
cmd_buff[2] = shell_open ? 1 : 0;
|
||||
|
||||
LOG_TRACE(Service_PTM, "PTM_U::GetShellState called");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user