mirror of https://github.com/PCSX2/pcsx2.git
Minor fix for r2291.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2292 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
6d99798fad
commit
271c7f7299
|
@ -33,7 +33,7 @@ namespace Tag
|
|||
|
||||
static __forceinline bool Transfer(const char *s, DMACh *tag, u32* ptag)
|
||||
{
|
||||
tag->transfer(s, (tDMA_TAG*)ptag);
|
||||
return tag->transfer(s, (tDMA_TAG*)ptag);
|
||||
}
|
||||
|
||||
static __forceinline void UnsafeTransfer(DMACh *tag, u32* ptag)
|
||||
|
|
Loading…
Reference in New Issue