mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 08:39:13 +01:00
9 lines
108 B
C
9 lines
108 B
C
|
#ifndef __DSPCOMMON_H
|
||
|
#define __DSPCOMMON_H
|
||
|
#include "CommonTypes.h"
|
||
|
typedef u16 UDSPInstruction;
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|