gpsp icon indicating copy to clipboard operation
gpsp copied to clipboard

Separate MAX_BLOCK_SIZE / MAX_EXITS for arm/thumb mode and reduce arm…

Open andymcca opened this issue 1 year ago • 0 comments

… values

This improves performance on Camelot games (specifically Mario Tennis / Mario Golf) and solves issue #151. Theory is that by reducing the block sizes/exits for arm mode that this reduces the number of times the dynarec caches need to be flushed per frame. Impact of this change needs to be assessed for all games though.

andymcca avatar Aug 31 '24 10:08 andymcca