Some games open readonly paths for writes.. hmm

This commit is contained in:
Ben Vanik
2015-01-05 23:25:32 -08:00
parent 1a70606904
commit 672ecdf252
2 changed files with 11 additions and 7 deletions

View File

@@ -464,6 +464,10 @@ XEEMITTER(vavgsh, 0x10000542, VX)(PPCHIRBuilder& f, InstrData& i) {
}
XEEMITTER(vavgsw, 0x10000582, VX)(PPCHIRBuilder& f, InstrData& i) {
// do i = 0 to 127 by 32
// aop = EXTS((VRA)i:i + 31)
// bop = EXTS((VRB)i:i + 31)
// VRTi:i + 31 = Chop((aop + int bop + int 1) >> 1, 32)
XEINSTRNOTIMPLEMENTED();
return 1;
}