dolphin/Source/Core/Core/DSP/DSPCommon.h
2013-12-31 14:03:19 -05:00

12 lines
218 B
C

// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
#ifndef __DSPCOMMON_H
#define __DSPCOMMON_H
#include "CommonTypes.h"
typedef u16 UDSPInstruction;
#endif