mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-12 17:24:45 +00:00
12 lines
218 B
C
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
|