diff options
| author | 2022-04-13 23:20:34 +0200 | |
|---|---|---|
| committer | 2022-04-13 23:20:34 +0200 | |
| commit | 276764cfe9856fb8dfd60d8135cb9b613ef18831 (patch) | |
| tree | 9f0420dabd5345577226a16ed017485bbbe8e8d2 /src/core/CMakeLists.txt | |
| parent | Merge pull request #8165 from bunnei/ensure-session-port-cleanup (diff) | |
| parent | service: jit: Implement the JIT service (diff) | |
| download | yuzu-276764cfe9856fb8dfd60d8135cb9b613ef18831.tar.gz yuzu-276764cfe9856fb8dfd60d8135cb9b613ef18831.tar.xz yuzu-276764cfe9856fb8dfd60d8135cb9b613ef18831.zip | |
Merge pull request #8199 from liamwhite/jit-service
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 | |||
| 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 |