summaryrefslogtreecommitdiffstats
path: root/src/core/hle/coprocessor.cpp
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-02 01:21:04 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-02 01:21:04 +0200
commitc1e71ae1ac6700e2e849c59e55baeacda7a20ae6 (patch)
tree0da271a708cb884759bebd06662c7cd5e086990b /src/core/hle/coprocessor.cpp
parentrenamed hle "mrc" module to "coprocessor" (diff)
downloadyuzu-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 '')
-rw-r--r--src/core/hle/coprocessor.cpp2
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"