mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Implemented vm::var.
MemoryAllocator replaced with vm::var
This commit is contained in:
parent
6cb083be1a
commit
cd33be1491
16 changed files with 763 additions and 149 deletions
6
rpcs3/Emu/Memory/vm_ptr.h
Normal file
6
rpcs3/Emu/Memory/vm_ptr.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
namespace vm
|
||||
{
|
||||
//TODO
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue