mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
This commit is contained in:
parent
083072de56
commit
228843c43e
12 changed files with 30 additions and 57 deletions
|
@ -331,9 +331,6 @@ static void ExecuteCommand(const Command& command, u32 thread_id) {
|
|||
|
||||
/// This triggers handling of the GX command written to the command buffer in shared memory.
|
||||
static void TriggerCmdReqQueue(Service::Interface* self) {
|
||||
|
||||
LOG_TRACE(Service_GSP, "called");
|
||||
|
||||
// Iterate through each thread's command queue...
|
||||
for (unsigned thread_id = 0; thread_id < 0x4; ++thread_id) {
|
||||
CommandBuffer* command_buffer = (CommandBuffer*)GetCommandBuffer(thread_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue