summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PixelEngine.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-09-22 18:09:27 +0200
committerJosJuice <josjuice@gmail.com>2022-10-15 17:06:32 +0200
commitb9aed428e892b11aacd94b603f05fb412bd12274 (patch)
tree1451040f0e42a85843d33cffd39c810aa818f91c /Source/Core/VideoCommon/PixelEngine.cpp
parent3af74d82a0c32cf171a8c1a3a2aa2547b70df791 (diff)
Jit64: Remove breakpoint check from JitAsm.cpp
The breakpoint check in Jit.cpp makes it redundant. Normally this redundant check doesn't cause any issues, but if you create a breakpoint and enable logging without breaking, you get two log messages if the breakpoint is at the beginning of a block. See https://bugs.dolphin-emu.org/issues/13044. This is also a tiny performance improvement for when debugging is active, since we no longer check for breakpoints for blocks that never had any breakpoints to begin with.
Diffstat (limited to 'Source/Core/VideoCommon/PixelEngine.cpp')
0 files changed, 0 insertions, 0 deletions