mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-07 08:47:53 -05:00
dyncom: Remove unused/unnecessary VFP cruft
This commit is contained in:
@ -57,12 +57,3 @@ enum {
|
||||
};
|
||||
|
||||
#define FLUSHPIPE state->NextInstr |= PRIMEPIPE
|
||||
|
||||
// Coprocessor support functions.
|
||||
extern void ARMul_CoProInit(ARMul_State*);
|
||||
extern void ARMul_CoProExit(ARMul_State*);
|
||||
extern void ARMul_CoProAttach(ARMul_State*, unsigned, ARMul_CPInits*,
|
||||
ARMul_CPExits*, ARMul_LDCs*, ARMul_STCs*,
|
||||
ARMul_MRCs*, ARMul_MCRs*, ARMul_MRRCs*, ARMul_MCRRs*,
|
||||
ARMul_CDPs*, ARMul_CPReads*, ARMul_CPWrites*);
|
||||
extern void ARMul_CoProDetach(ARMul_State*, unsigned);
|
||||
|
Reference in New Issue
Block a user