mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
DSPInterpreter: Remove an unused typedef
DSPTables already has an equivalent of this, which it uses.
This commit is contained in:
parent
b6ee886540
commit
614a656b83
@ -25,9 +25,6 @@ int RunCyclesDebug(int cycles);
|
||||
void WriteCR(u16 val);
|
||||
u16 ReadCR();
|
||||
|
||||
|
||||
typedef void (*DSPInterpreterFunc)(const UDSPInstruction opc);
|
||||
|
||||
// All the opcode functions.
|
||||
void call(const UDSPInstruction opc);
|
||||
void callr(const UDSPInstruction opc);
|
||||
|
Loading…
Reference in New Issue
Block a user