Clean vm::ps3 namespace use

This commit is contained in:
Nekotekina 2018-02-09 17:49:37 +03:00
parent 76be7d40ac
commit cce0ad0c35
176 changed files with 693 additions and 698 deletions

View file

@ -21,7 +21,7 @@ void spu_recompiler_base::enter(SPUThread& spu)
}
// Get SPU LS pointer
const auto _ls = vm::ps3::_ptr<u32>(spu.offset);
const auto _ls = vm::_ptr<u32>(spu.offset);
// Search if cached data matches
auto func = spu.compiled_cache[spu.pc / 4];