diff options
| author | bunnei <ericbunnie@gmail.com> | 2014-05-16 22:24:34 -0400 |
|---|---|---|
| committer | bunnei <ericbunnie@gmail.com> | 2014-05-16 22:24:34 -0400 |
| commit | 0b1ba2f37a71831e6c60ddce7adfb170c53b193f (patch) | |
| tree | 53c185cffb4288f8d3e73b8f2b75df0789b86deb /src/core/hle/coprocessor.h | |
| parent | 4fba4f36bf20c2721e2602c450eafcc1117ac643 (diff) | |
| parent | a4fd257469bc06d1474a2e6e8df9dbd233ac79a5 (diff) | |
Merge master into threading to add support for VFP
Diffstat (limited to 'src/core/hle/coprocessor.h')
| -rw-r--r-- | src/core/hle/coprocessor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/coprocessor.h b/src/core/hle/coprocessor.h index 03822af13..b08d6f3ee 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); |
