[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
This commit is contained in:
gigaherz@gmail.com 2014-02-27 14:41:44 +00:00
parent 35b5e6a923
commit b460019846
1 changed files with 1 additions and 1 deletions

View File

@ -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;