Stub for screen extent write event.

This commit is contained in:
Ben Vanik
2015-01-09 00:26:40 -08:00
parent 6437bbec96
commit 2bc951cd1e
3 changed files with 19 additions and 0 deletions

View File

@@ -151,6 +151,9 @@ class CommandProcessor {
bool ExecutePacketType3_EVENT_WRITE_SHD(RingbufferReader* reader,
uint32_t packet_ptr, uint32_t packet,
uint32_t count);
bool ExecutePacketType3_EVENT_WRITE_EXT(RingbufferReader* reader,
uint32_t packet_ptr, uint32_t packet,
uint32_t count);
bool ExecutePacketType3_DRAW_INDX(RingbufferReader* reader,
uint32_t packet_ptr, uint32_t packet,
uint32_t count);