"Memory" eliminated

This commit is contained in:
Nekotekina 2015-07-11 23:44:53 +03:00
parent aad97aaea1
commit 48c75105e2
33 changed files with 562 additions and 910 deletions

View file

@ -317,7 +317,7 @@ public:
size_t size = f.size();
vm::ps3::init();
ptr = vm::alloc(size);
ptr = vm::alloc(size, vm::main);
f.read(vm::get_ptr(ptr), size);
}