Odds and ends. Various defines involving vif->stat are now enums, and are now used in various places. Added a new file to GSnull. Moved the new Vif functions to Vif.h.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1670 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42
2009-08-22 09:52:00 +00:00
parent 21fed6e90c
commit 44bb5cdbb5
13 changed files with 194 additions and 109 deletions

View File

@@ -43,7 +43,7 @@ void vu0ResetRegs()
{
VU0.VI[REG_VPU_STAT].UL &= ~0xff; // stop vu0
VU0.VI[REG_FBRST].UL &= ~0xff; // stop vu0
vif0Regs->stat &= ~4;
vif0Regs->stat &= ~VIF0_STAT_VEW;
}
void VU0MI_XGKICK() {