summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPStructs.cpp
diff options
context:
space:
mode:
authorsmurf3tte <75271109+smurf3tte@users.noreply.github.com>2022-09-23 21:44:08 -0700
committersmurf3tte <75271109+smurf3tte@users.noreply.github.com>2022-09-23 21:44:08 -0700
commitdd81d731e41c0e287aa0ca949583eb7b5b38e446 (patch)
treead9c7a094d7179e86a98890808d3efd63a64e9d5 /Source/Core/VideoCommon/BPStructs.cpp
parent22197c09a3cf2753c007d8ef8d75daa5fc2c44b9 (diff)
GameSettings: Add patch for Dead to Rights audio
This game follows the anti-pattern of calling memset on a buffer in the midst of being DMA copied to ARAM, then calling a DVD read function that effectively cancels the memset with dcbi instructions. Dolphin does not emulate dcache for performance reasons, so this patch removes the offending memset call. Patches are included for two regions and are enabled by default. https://bugs.dolphin-emu.org/issues/12759
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
0 files changed, 0 insertions, 0 deletions