From 9fc1fc03462c012eb6d5e2078fb9273105b37d86 Mon Sep 17 00:00:00 2001 From: nakeee Date: Tue, 13 Oct 2009 06:36:50 +0000 Subject: [PATCH] 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 --- Source/Plugins/Plugin_VideoSoftware/Src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/main.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/main.cpp index b6ad7e4887..035a39a9bb 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/main.cpp +++ b/Source/Plugins/Plugin_VideoSoftware/Src/main.cpp @@ -204,7 +204,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(); }