mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
vm::var improved, cleanup
Mostly vm::var initialization introduced. Added vm::make_var function.
This commit is contained in:
parent
cc02a147d3
commit
a974ee009e
116 changed files with 2763 additions and 3019 deletions
|
@ -24,7 +24,7 @@ u32 SPURecompilerDecoder::DecodeMemory(const u32 address)
|
|||
}
|
||||
|
||||
// get SPU LS pointer
|
||||
const auto _ls = vm::get_ptr<be_t<u32>>(spu.offset);
|
||||
const auto _ls = vm::ps3::_ptr<u32>(spu.offset);
|
||||
|
||||
// always validate (TODO)
|
||||
const auto func = db->analyse(_ls, spu.pc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue