Fix Linux compiling/Running
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4406 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a6dbb1b6df
commit
ab8d182c37
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "Common.h"
|
||||
|
||||
#include "StreamADPCM.H"
|
||||
#include "StreamADPCM.h"
|
||||
#include "AudioInterface.h"
|
||||
|
||||
#include "CPU.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "../ConfigManager.h"
|
||||
#include "../CoreTiming.h"
|
||||
|
||||
#include "StreamADPCM.H" // Core
|
||||
#include "StreamADPCM.h" // Core
|
||||
#include "DVDInterface.h"
|
||||
#include "../PowerPC/PowerPC.h"
|
||||
#include "ProcessorInterface.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Adapted from in_cube by hcs & destop
|
||||
|
||||
#include "StreamADPCM.H"
|
||||
#include "StreamADPCM.h"
|
||||
|
||||
#define ONE_BLOCK_SIZE 32
|
||||
#define SAMPLES_PER_BLOCK 28
|
||||
|
|
|
@ -604,7 +604,7 @@ void Video_PixelEngineWrite32(const u32 _Data, const u32 _Address)
|
|||
PixelEngine::Write32(_Data, _Address);
|
||||
}
|
||||
|
||||
inline void Video_GatherPipeBursted(void)
|
||||
void Video_GatherPipeBursted(void)
|
||||
{
|
||||
CommandProcessor::GatherPipeBursted();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue