mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
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
4 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue