mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
qt/spu: remove max dma write size setting
This wasn't really used for anything tbh
This commit is contained in:
parent
ce674dbc5d
commit
3426531e38
3 changed files with 5 additions and 2 deletions
|
@ -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 = [&]()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue