From b46001984652995729209dbe57b3420232991665 Mon Sep 17 00:00:00 2001 From: "gigaherz@gmail.com" Date: Thu, 27 Feb 2014 14:41:44 +0000 Subject: [PATCH] [15:33] (Kingcom): it seems inline breaks gcc, as it can't extern a function declared with inline [15:34] (Kingcom): other functions in other units use it, and get linker errors like this git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5916 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Hw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/Hw.cpp b/pcsx2/Hw.cpp index 1822b253d8..7017c78fdb 100644 --- a/pcsx2/Hw.cpp +++ b/pcsx2/Hw.cpp @@ -308,7 +308,7 @@ if this doesnt happen, which was the reasoning for the hacked up SPR timing we h -Refraction ******************************/ -inline void hwDmacSrcTadrInc(DMACh& dma) +void hwDmacSrcTadrInc(DMACh& dma) { //Don't touch it if in normal/interleave mode. if (dma.chcr.STR == 0) return;