mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Merge pull request #2710 from lioncash/typedef
DSPInterpreter: Remove an unused typedef
This commit is contained in:
commit
df5b658876
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue