GPU byte swapping.

A lot of other packets likely do this.
This commit is contained in:
Ben Vanik
2013-10-19 16:29:00 -07:00
parent f15b5dae9d
commit 68d5f33cfa
4 changed files with 29 additions and 8 deletions

View File

@@ -161,7 +161,7 @@ void GraphicsSystem::WriteRegister(uint32_t r, uint64_t value) {
}
void GraphicsSystem::DispatchInterruptCallback(
uint32_t source, uint32_t cpu) {
uint32_t source, uint32_t cpu) {
// Pick a CPU, if needed. We're going to guess 2. Because.
if (cpu == 0xFFFFFFFF) {
cpu = 2;