mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +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;
|
||||
}
|
||||
default:
|
||||
WARN_LOG_FMT(SLIPPI, "default command byte case: {}", byte);
|
||||
writeToFileAsync(&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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue