mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 22:09:19 -07:00
9 lines
108 B
C
9 lines
108 B
C
|
#ifndef __DSPCOMMON_H
|
||
|
#define __DSPCOMMON_H
|
||
|
#include "CommonTypes.h"
|
||
|
typedef u16 UDSPInstruction;
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|