VSW can't inline api function?
finally works on linux git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4416 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
11d90813ff
commit
9fc1fc0346
|
@ -204,7 +204,7 @@ void Video_PixelEngineWrite32(const u32 _Data, const u32 _Address)
|
||||||
PixelEngine::Write32(_Data, _Address);
|
PixelEngine::Write32(_Data, _Address);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void Video_GatherPipeBursted(void)
|
void Video_GatherPipeBursted(void)
|
||||||
{
|
{
|
||||||
CommandProcessor::GatherPipeBursted();
|
CommandProcessor::GatherPipeBursted();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue