qt/spu: remove max dma write size setting

This wasn't really used for anything tbh
This commit is contained in:
eladash 2018-03-14 20:19:40 +02:00 committed by Ivan
parent ce674dbc5d
commit 3426531e38
3 changed files with 5 additions and 2 deletions

View file

@ -673,7 +673,6 @@ void SPUThread::process_mfc_cmd()
LOG_TRACE(SPU, "DMAC: cmd=%s, lsa=0x%x, ea=0x%llx, tag=0x%x, size=0x%x", ch_mfc_cmd.cmd, ch_mfc_cmd.lsa, ch_mfc_cmd.eal, ch_mfc_cmd.tag, ch_mfc_cmd.size);
const auto mfc = fxm::check_unlocked<mfc_thread>();
const u32 max_imm_dma_size = g_cfg.core.max_spu_immediate_write_size;
// Check queue size
auto check_queue_size = [&]()