Minor changes (#2352)

* More initial values for rsx method registers

* Implemented spu decrementer event

* Remove u32 cast
This commit is contained in:
Oil 2017-02-07 23:59:59 +03:00 committed by Ivan
parent 47b4c649f1
commit 1669d0fdbd
4 changed files with 28 additions and 3 deletions

View file

@ -63,7 +63,7 @@ enum : u32
SPU_EVENT_SN = 0x2, // MFC List Command stall-and-notify event
SPU_EVENT_TG = 0x1, // MFC Tag Group status update event
SPU_EVENT_IMPLEMENTED = SPU_EVENT_LR, // Mask of implemented events
SPU_EVENT_IMPLEMENTED = SPU_EVENT_LR | SPU_EVENT_TM, // Mask of implemented events
SPU_EVENT_WAITING = 0x80000000, // Originally unused, set when SPU thread starts waiting on ch_event_stat
//SPU_EVENT_AVAILABLE = 0x40000000, // Originally unused, channel count of the SPU_RdEventStat channel