mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DSP LLE Jit, joined work with XK and skidu.
VERY EXPERIMENTAL DON'T EXPECT HIGH PERFORMANCE!. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5288 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
8
Source/Core/DSPCore/Src/DSPCommon.h
Normal file
8
Source/Core/DSPCore/Src/DSPCommon.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __DSPCOMMON_H
|
||||
#define __DSPCOMMON_H
|
||||
#include "CommonTypes.h"
|
||||
typedef u16 UDSPInstruction;
|
||||
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user