diff options
author | GPUCode <geoster3d@gmail.com> | 2023-11-29 22:49:16 +0100 |
---|---|---|
committer | GPUCode <geoster3d@gmail.com> | 2023-11-29 22:49:16 +0100 |
commit | 4a3abba16d9821ed163aab427d4c7bc9ef7acb32 (patch) | |
tree | 3fd56675c19be2e364801983e0ba57f91ec64aea /src/core/arm/nce/arm_nce.cpp | |
parent | cmake: Move HAS_NCE to root cmake (diff) | |
download | yuzu-4a3abba16d9821ed163aab427d4c7bc9ef7acb32.tar yuzu-4a3abba16d9821ed163aab427d4c7bc9ef7acb32.tar.gz yuzu-4a3abba16d9821ed163aab427d4c7bc9ef7acb32.tar.bz2 yuzu-4a3abba16d9821ed163aab427d4c7bc9ef7acb32.tar.lz yuzu-4a3abba16d9821ed163aab427d4c7bc9ef7acb32.tar.xz yuzu-4a3abba16d9821ed163aab427d4c7bc9ef7acb32.tar.zst yuzu-4a3abba16d9821ed163aab427d4c7bc9ef7acb32.zip |
Diffstat (limited to 'src/core/arm/nce/arm_nce.cpp')
-rw-r--r-- | src/core/arm/nce/arm_nce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/nce/arm_nce.cpp b/src/core/arm/nce/arm_nce.cpp index 6eb6299cc..f7bdafd39 100644 --- a/src/core/arm/nce/arm_nce.cpp +++ b/src/core/arm/nce/arm_nce.cpp @@ -6,7 +6,7 @@ #include "common/signal_chain.h" #include "core/arm/nce/arm_nce.h" -#include "core/arm/nce/patch.h" +#include "core/arm/nce/patcher.h" #include "core/core.h" #include "core/memory.h" |