diff --git a/src/xenia/cpu/backend/x64/x64_code_cache.h b/src/xenia/cpu/backend/x64/x64_code_cache.h index 5795f85d7..8fef0273e 100644 --- a/src/xenia/cpu/backend/x64/x64_code_cache.h +++ b/src/xenia/cpu/backend/x64/x64_code_cache.h @@ -70,7 +70,7 @@ class X64CodeCache : public CodeCache { // This is picked to be high enough to cover whatever we can reasonably // expect. If we hit issues with this it probably means some corner case // in analysis triggering. - static const size_t kMaximumFunctionCount = 30000; + static const size_t kMaximumFunctionCount = 50000; struct UnwindReservation { size_t data_size = 0;