diff options
author | bunnei <ericbunnie@gmail.com> | 2014-05-02 01:21:04 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-02 01:21:04 +0200 |
commit | c1e71ae1ac6700e2e849c59e55baeacda7a20ae6 (patch) | |
tree | 0da271a708cb884759bebd06662c7cd5e086990b /src | |
parent | renamed hle "mrc" module to "coprocessor" (diff) | |
download | yuzu-c1e71ae1ac6700e2e849c59e55baeacda7a20ae6.tar yuzu-c1e71ae1ac6700e2e849c59e55baeacda7a20ae6.tar.gz yuzu-c1e71ae1ac6700e2e849c59e55baeacda7a20ae6.tar.bz2 yuzu-c1e71ae1ac6700e2e849c59e55baeacda7a20ae6.tar.lz yuzu-c1e71ae1ac6700e2e849c59e55baeacda7a20ae6.tar.xz yuzu-c1e71ae1ac6700e2e849c59e55baeacda7a20ae6.tar.zst yuzu-c1e71ae1ac6700e2e849c59e55baeacda7a20ae6.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/coprocessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/coprocessor.cpp b/src/core/hle/coprocessor.cpp index 5223be7c9..5b412c586 100644 --- a/src/core/hle/coprocessor.cpp +++ b/src/core/hle/coprocessor.cpp @@ -2,7 +2,7 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include "core/hle/mrc.h" +#include "core/hle/coprocessor.h" #include "core/hle/hle.h" #include "core/mem_map.h" #include "core/core.h" |