Linux compiling fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1121 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8373b94fd2
commit
2a4e584e02
|
@ -19,7 +19,7 @@
|
||||||
#define _UCODE_AX_VOICE_H
|
#define _UCODE_AX_VOICE_H
|
||||||
|
|
||||||
#include "UCode_AX_ADPCM.h"
|
#include "UCode_AX_ADPCM.h"
|
||||||
|
#include "../main.h"
|
||||||
|
|
||||||
template<class ParamBlockType>
|
template<class ParamBlockType>
|
||||||
inline void MixAddVoice(ParamBlockType &pb, int *templbuffer, int *temprbuffer, int _iSize)
|
inline void MixAddVoice(ParamBlockType &pb, int *templbuffer, int *temprbuffer, int _iSize)
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
extern CDebugger* m_frame;
|
|
@ -25,6 +25,7 @@ files = [
|
||||||
'VertexLoader_Normal.cpp',
|
'VertexLoader_Normal.cpp',
|
||||||
'VertexLoaderManager.cpp',
|
'VertexLoaderManager.cpp',
|
||||||
'VertexShaderManager.cpp',
|
'VertexShaderManager.cpp',
|
||||||
|
'TextureConverter.cpp',
|
||||||
'XFB.cpp',
|
'XFB.cpp',
|
||||||
'Logging/Console.cpp',
|
'Logging/Console.cpp',
|
||||||
'Logging/Logging.cpp',
|
'Logging/Logging.cpp',
|
||||||
|
|
Loading…
Reference in New Issue