xbox: apu completely free instruction queue is 0x80

This commit is contained in:
espes 2012-12-10 18:04:30 +11:00
parent 4a131a587d
commit 5c6999f252
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static uint64_t mcpx_apu_vp_read(void *opaque,
MCPX_DPRINTF("mcpx apu VP: read [0x%llx]\n", addr);
switch (addr) {
case 0x10: /* instruction queue free space */
return 0x20;
return 0x80;
default:
break;
}