Unity batch size

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2026-04-01 04:25:12 -04:00 committed by lizzie
parent 4b7527a4b1
commit de930efb3c
4 changed files with 11 additions and 1 deletions

View file

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