summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Liam2022-04-12 17:26:27 -0400
committerGravatar Liam2022-04-13 08:41:27 -0400
commitf17aaeccf915f4d2eef58354da5b16700263dba4 (patch)
tree9f0420dabd5345577226a16ed017485bbbe8e8d2 /src/core/CMakeLists.txt
parentMerge pull request #8165 from bunnei/ensure-session-port-cleanup (diff)
downloadyuzu-f17aaeccf915f4d2eef58354da5b16700263dba4.tar.gz
yuzu-f17aaeccf915f4d2eef58354da5b16700263dba4.tar.xz
yuzu-f17aaeccf915f4d2eef58354da5b16700263dba4.zip
service: jit: Implement the JIT service
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index ffbda7925..b681d21a7 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -460,6 +460,8 @@ add_library(core STATIC
460 hle/service/hid/controllers/touchscreen.h 460 hle/service/hid/controllers/touchscreen.h
461 hle/service/hid/controllers/xpad.cpp 461 hle/service/hid/controllers/xpad.cpp
462 hle/service/hid/controllers/xpad.h 462 hle/service/hid/controllers/xpad.h
463 hle/service/jit/jit_context.cpp
464 hle/service/jit/jit_context.h
463 hle/service/jit/jit.cpp 465 hle/service/jit/jit.cpp
464 hle/service/jit/jit.h 466 hle/service/jit/jit.h
465 hle/service/lbl/lbl.cpp 467 hle/service/lbl/lbl.cpp