changed an outdated comment.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2466 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
cottonvibes 2010-01-22 02:13:42 +00:00
parent ca92c6f7b2
commit 242311ab1f
2 changed files with 6 additions and 7 deletions

View File

@ -607,9 +607,9 @@ static u32 ringtx_inf[32][32];
static u32 ringtx_inf_s[32];
#endif
// returns the amount of giftag data not processed (in simd128 values).
// Return value is used by VU1 XGKICK to hack-fix data packets which are too
// large for VU1 memory.
// Returns the amount of giftag data processed (in simd128 values).
// Return value is used by VU1's XGKICK instruction to wrap the data
// around VU memory instead of having buffer overflow...
// Parameters:
// size - size of the packet data, in smd128's
int SysMtgsThread::PrepDataPacket( GIF_PATH pathidx, const u8* srcdata, u32 size )

View File

@ -294,7 +294,6 @@ static __forceinline void gsHandler(const u8* pMem)
} while(false)
#define aMin(x, y) std::min(x, y)
#define subVal(x, y) ((x > y) ? (x-y) : 0 )
// Parameters:
// size (path1) - difference between the end of VU memory and pMem.