mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 09:48:01 +00:00
- reenabled MCR and MRC functions now that VFP is attached
- removed HLE::CallMCR function (was pointless)
This commit is contained in:
parent
a2804bf701
commit
145a91f21f
4 changed files with 88 additions and 110 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue