diff options
| author | David Marcec <dmarcecguzman@gmail.com> | 2020-06-05 01:42:19 +1000 |
|---|---|---|
| committer | David Marcec <dmarcecguzman@gmail.com> | 2020-06-24 12:09:01 +1000 |
| commit | 6ce5f3120be6a65a798d3abc6fda0fe6171d0296 (patch) | |
| tree | c63966fe5761248a4f48f4ccb4567b6213773fa4 /src/video_core/CMakeLists.txt | |
| parent | 3bab5a5e4a41402fa11f748bbcc92660e0fbaec9 (diff) | |
Macro HLE support
Diffstat (limited to 'src/video_core/CMakeLists.txt')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 099bb446e..2dc752aa9 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -27,6 +27,8 @@ add_library(video_core STATIC engines/shader_type.h macro/macro.cpp macro/macro.h + macro/macro_hle.cpp + macro/macro_hle.h macro/macro_interpreter.cpp macro/macro_interpreter.h macro/macro_jit_x64.cpp |
