mirror of https://github.com/PCSX2/pcsx2.git
[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:
parent
35b5e6a923
commit
b460019846
|
@ -308,7 +308,7 @@ if this doesnt happen, which was the reasoning for the hacked up SPR timing we h
|
||||||
-Refraction
|
-Refraction
|
||||||
******************************/
|
******************************/
|
||||||
|
|
||||||
inline void hwDmacSrcTadrInc(DMACh& dma)
|
void hwDmacSrcTadrInc(DMACh& dma)
|
||||||
{
|
{
|
||||||
//Don't touch it if in normal/interleave mode.
|
//Don't touch it if in normal/interleave mode.
|
||||||
if (dma.chcr.STR == 0) return;
|
if (dma.chcr.STR == 0) return;
|
||||||
|
|
Loading…
Reference in New Issue