diff --git a/Source/Core/Core/PowerPC/PPCAnalyst.cpp b/Source/Core/Core/PowerPC/PPCAnalyst.cpp index 69c95acd0b..97fc26b7eb 100644 --- a/Source/Core/Core/PowerPC/PPCAnalyst.cpp +++ b/Source/Core/Core/PowerPC/PPCAnalyst.cpp @@ -30,9 +30,9 @@ namespace PPCAnalyst { -static const int CODEBUFFER_SIZE = 32000; +constexpr int CODEBUFFER_SIZE = 32000; // 0 does not perform block merging -static const u32 FUNCTION_FOLLOWING_THRESHOLD = 16; +constexpr u32 FUNCTION_FOLLOWING_THRESHOLD = 16; CodeBuffer::CodeBuffer(int size) {