mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 18:48:56 -06:00
use dolphin-style typedefs in dsp-lle testing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2793 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -27,20 +27,20 @@
|
||||
|
||||
#include "Globals.h"
|
||||
|
||||
void dsp_op0(uint16 opc);
|
||||
void dsp_op1(uint16 opc);
|
||||
void dsp_op2(uint16 opc);
|
||||
void dsp_op3(uint16 opc);
|
||||
void dsp_op4(uint16 opc);
|
||||
void dsp_op5(uint16 opc);
|
||||
void dsp_op6(uint16 opc);
|
||||
void dsp_op7(uint16 opc);
|
||||
void dsp_op8(uint16 opc);
|
||||
void dsp_op9(uint16 opc);
|
||||
void dsp_opab(uint16 opc);
|
||||
void dsp_opcd(uint16 opc);
|
||||
void dsp_ope(uint16 opc);
|
||||
void dsp_opf(uint16 opc);
|
||||
void dsp_op0(u16 opc);
|
||||
void dsp_op1(u16 opc);
|
||||
void dsp_op2(u16 opc);
|
||||
void dsp_op3(u16 opc);
|
||||
void dsp_op4(u16 opc);
|
||||
void dsp_op5(u16 opc);
|
||||
void dsp_op6(u16 opc);
|
||||
void dsp_op7(u16 opc);
|
||||
void dsp_op8(u16 opc);
|
||||
void dsp_op9(u16 opc);
|
||||
void dsp_opab(u16 opc);
|
||||
void dsp_opcd(u16 opc);
|
||||
void dsp_ope(u16 opc);
|
||||
void dsp_opf(u16 opc);
|
||||
|
||||
|
||||
#define R_SR 0x13
|
||||
|
Reference in New Issue
Block a user