diff options
| author | JosJuice <josjuice@gmail.com> | 2023-09-30 19:13:52 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2023-10-31 19:43:40 +0100 |
| commit | 5e74a8b850d67bc44b0e41e2ec9f3220dfa811ac (patch) | |
| tree | 9fe379f2eb4d9609afa634a25e12689200a6e550 /Source/Core/VideoCommon/VertexLoaderARM64.cpp | |
| parent | b32ac9353ee760e13b7e62a4b633e33a39f51972 (diff) | |
Jit64: Don't make use of fastmem arena when dcache is enabled
Some code paths in EmuCodeBlock.cpp that were checking fastmem_arena
should really also be checking m_enable_dcache.
Because JitArm64 centralizes more or less all memory access to the
EmitBackpatchRoutine function and because that function already
contained a check, JitArm64 works fine without the additional checks
added by this commit. Regardless, I added the checks to MMU.cpp instead
of EmuCodeBlock.cpp where applicable so they would be available to
JitArm64. Maybe one day JitArm64 will need them if its code gets
restructured.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderARM64.cpp')
0 files changed, 0 insertions, 0 deletions
