mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-14 02:07:07 +02:00
barely-working VMA fix
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
aacc30130d
commit
16b3759937
4 changed files with 28 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue