This commit is contained in:
georgemoralis
2025-11-26 20:44:20 +02:00
parent 1394852791
commit b6d2748ed7
12 changed files with 822 additions and 34 deletions

View File

@@ -833,6 +833,10 @@ set(CORE src/core/aerolib/stubs.cpp
src/core/thread.h
src/core/tls.cpp
src/core/tls.h
src/core/emulator_settings.cpp
src/core/emulator_settings.h
src/core/user_manager.cpp
src/core/user_manager.h
)
if (ARCHITECTURE STREQUAL "x86_64")