diff options
| author | Liam <byteslice@airmail.cc> | 2022-04-12 17:26:27 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2022-04-13 08:41:27 -0400 |
| commit | f17aaeccf915f4d2eef58354da5b16700263dba4 (patch) | |
| tree | 9f0420dabd5345577226a16ed017485bbbe8e8d2 /src/core/CMakeLists.txt | |
| parent | ca2accfb259b948431ec174ead432778f3c86f67 (diff) | |
service: jit: Implement the JIT service
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
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 hle/service/hid/controllers/touchscreen.h hle/service/hid/controllers/xpad.cpp hle/service/hid/controllers/xpad.h + hle/service/jit/jit_context.cpp + hle/service/jit/jit_context.h hle/service/jit/jit.cpp hle/service/jit/jit.h hle/service/lbl/lbl.cpp |
