diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-06-24 09:01:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-24 09:01:00 -0400 |
| commit | 32343d820d4551153c76e76a3e310e4e3db692e7 (patch) | |
| tree | e74fa2ee58d499c4beed826732a8b4574b9c2a03 /src/video_core/CMakeLists.txt | |
| parent | b66ccaa37615352a5a8b97e20ce6e6751d136b18 (diff) | |
| parent | f5e2aec4220ee2b72ec2986e0e60625897b2fd44 (diff) | |
Merge pull request #4046 from ogniK5377/macro-hle-prod
Add support for HLEing Macros
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 |
