mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
vm::ptr for u8/char types, mem_list_ptr_t removed
This commit is contained in:
parent
ebc4fa3e81
commit
a8cfefac07
31 changed files with 208 additions and 362 deletions
|
|
@ -23,7 +23,7 @@ namespace vm
|
|||
return m_addr;
|
||||
}
|
||||
|
||||
static _ref_base make(u32 addr)
|
||||
static _ref_base make(AT addr)
|
||||
{
|
||||
return (_ref_base&)addr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue