barely-working VMA fix

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2026-04-01 02:27:20 -04:00 committed by lizzie
parent aacc30130d
commit 16b3759937
4 changed files with 28 additions and 20 deletions

View file

@ -9,7 +9,7 @@ include_directories(.)
if (ENABLE_UNITY_BUILD)
set(CMAKE_UNITY_BUILD ON)
set(CMAKE_UNITY_BUILD_BATCH_SIZE 5000)
set(CMAKE_UNITY_BUILD_BATCH_SIZE 100)
endif()
# Dynarmic