mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user