mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
TrampolineCache: Make constant constexpr
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#include "Core/PowerPC/Jit64Common/Jit64Util.h"
|
||||
|
||||
// We need at least this many bytes for backpatching.
|
||||
const int BACKPATCH_SIZE = 5;
|
||||
constexpr int BACKPATCH_SIZE = 5;
|
||||
|
||||
class TrampolineCache : public EmuCodeBlock
|
||||
{
|
||||
|
Reference in New Issue
Block a user