mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 08:48:32 -05:00
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
This commit is contained in:
@ -185,7 +185,6 @@ static Result WaitSynchronizationN(s32* out, Handle* handles, s32 handle_count,
|
||||
|
||||
/// Create an address arbiter (to allocate access to shared resources)
|
||||
static Result CreateAddressArbiter(u32* arbiter) {
|
||||
LOG_TRACE(Kernel_SVC, "called");
|
||||
Handle handle = Kernel::CreateAddressArbiter();
|
||||
*arbiter = handle;
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user