aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/coprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/coprocessor.h')
-rw-r--r--src/core/hle/coprocessor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/coprocessor.h b/src/core/hle/coprocessor.h
index 03822af1..b08d6f3e 100644
--- a/src/core/hle/coprocessor.h
+++ b/src/core/hle/coprocessor.h
@@ -14,9 +14,6 @@ enum CoprocessorOperation {
CALL_GET_THREAD_COMMAND_BUFFER = 0xE1,
};
-/// Call an MCR (move to coprocessor from ARM register) instruction in HLE
-s32 CallMCR(u32 instruction, u32 value);
-
/// Call an MRC (move to ARM register from coprocessor) instruction in HLE
s32 CallMRC(u32 instruction);