diff options
| author | 2022-11-10 17:11:27 -0800 | |
|---|---|---|
| committer | 2022-11-10 17:11:27 -0800 | |
| commit | d05b183f2118a5e2c919c35023549f30201bdd7c (patch) | |
| tree | 082cf6bb2e372c3233872b836fa96bdc0c25f279 /src/video_core/macro/macro.cpp | |
| parent | Merge pull request #9180 from Docteh/remove_stuff (diff) | |
| parent | Initial ARM64 support (diff) | |
| download | yuzu-d05b183f2118a5e2c919c35023549f30201bdd7c.tar.gz yuzu-d05b183f2118a5e2c919c35023549f30201bdd7c.tar.xz yuzu-d05b183f2118a5e2c919c35023549f30201bdd7c.zip | |
Merge pull request #9198 from liamwhite/arm64
Initial ARM64 support
Diffstat (limited to 'src/video_core/macro/macro.cpp')
| -rw-r--r-- | src/video_core/macro/macro.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/macro/macro.cpp b/src/video_core/macro/macro.cpp index f61d5998e..505d81c1e 100644 --- a/src/video_core/macro/macro.cpp +++ b/src/video_core/macro/macro.cpp | |||
| @@ -16,7 +16,10 @@ | |||
| 16 | #include "video_core/macro/macro.h" | 16 | #include "video_core/macro/macro.h" |
| 17 | #include "video_core/macro/macro_hle.h" | 17 | #include "video_core/macro/macro_hle.h" |
| 18 | #include "video_core/macro/macro_interpreter.h" | 18 | #include "video_core/macro/macro_interpreter.h" |
| 19 | |||
| 20 | #ifdef ARCHITECTURE_x86_64 | ||
| 19 | #include "video_core/macro/macro_jit_x64.h" | 21 | #include "video_core/macro/macro_jit_x64.h" |
| 22 | #endif | ||
| 20 | 23 | ||
| 21 | namespace Tegra { | 24 | namespace Tegra { |
| 22 | 25 | ||