SPU2-X: Add an assertion that I used (in a more stupid and long winded form) to find the effects memory corruption bug.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5427 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1@gmail.com 2012-10-03 01:45:11 +00:00
parent 8d07fdf165
commit 2cc794e638
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ __forceinline s32 V_Core::RevbGetIndexer( s32 offset )
pos += EffectsStartA; pos += EffectsStartA;
} }
assert(pos >= EffectsStartA && pos <= EffectsEndA);
return pos; return pos;
} }