mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
remove unnecessary logger
This commit is contained in:
parent
5902bb25b3
commit
b933dad00f
1 changed files with 0 additions and 1 deletions
|
@ -3260,7 +3260,6 @@ void CEXISlippi::DMAWrite(u32 _uAddr, u32 _uSize)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
WARN_LOG_FMT(SLIPPI, "default command byte case: {}", byte);
|
|
||||||
writeToFileAsync(&mem_ptr[buf_loc], payload_len + 1, "");
|
writeToFileAsync(&mem_ptr[buf_loc], payload_len + 1, "");
|
||||||
SlippiSpectateServer::getInstance().write(&mem_ptr[buf_loc], payload_len + 1);
|
SlippiSpectateServer::getInstance().write(&mem_ptr[buf_loc], payload_len + 1);
|
||||||
slprs_exi_device_reporter_push_replay_data(slprs_exi_device_ptr, &mem_ptr[buf_loc],
|
slprs_exi_device_reporter_push_replay_data(slprs_exi_device_ptr, &mem_ptr[buf_loc],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue