itsmeft24
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
src/core/CMakeLists.txt
|
|
@ -179,6 +179,8 @@ add_library(core STATIC |
|
|
hle/kernel/k_client_port.h |
|
|
hle/kernel/k_client_port.h |
|
|
hle/kernel/k_client_session.cpp |
|
|
hle/kernel/k_client_session.cpp |
|
|
hle/kernel/k_client_session.h |
|
|
hle/kernel/k_client_session.h |
|
|
|
|
|
hle/kernel/k_code_memory.cpp |
|
|
|
|
|
hle/kernel/k_code_memory.h |
|
|
hle/kernel/k_condition_variable.cpp |
|
|
hle/kernel/k_condition_variable.cpp |
|
|
hle/kernel/k_condition_variable.h |
|
|
hle/kernel/k_condition_variable.h |
|
|
hle/kernel/k_event.cpp |
|
|
hle/kernel/k_event.cpp |
|
|
|