summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/GeometryShaderGen.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2023-09-30 14:46:08 +0200
committerJosJuice <josjuice@gmail.com>2023-09-30 16:16:54 +0200
commit02d76ba2a00ac86b0f7ad28d09394ff02733f2bb (patch)
tree7cffb30541adcd0b4d9b678bbf04c7d6913a4ff9 /Source/Core/VideoCommon/GeometryShaderGen.cpp
parent7c995000ae15b757e0faa31fe063612afbb0ab0c (diff)
Jit: Fix fastmem initialization order
When evaluating whether jo.fastmem should be set to true, we check the value of jo.fastmem_arena. However, due to a change made in 28e8117b90, jo.fastmem_arena wasn't set until after the first time we set jo.fastmem, so jo.fastmem would end up always being false until the next time RefreshConfig was called. Fixes https://bugs.dolphin-emu.org/issues/13364.
Diffstat (limited to 'Source/Core/VideoCommon/GeometryShaderGen.cpp')
0 files changed, 0 insertions, 0 deletions