mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-08 17:50:24 +01:00
sys_vm: Fix sys_vm_invalidate
This commit is contained in:
parent
5bd17a44c9
commit
c219417f62
|
|
@ -259,7 +259,6 @@ error_code sys_vm_invalidate(ppu_thread& ppu, u32 addr, u32 size)
|
|||
return CELL_EINVAL;
|
||||
}
|
||||
|
||||
std::memset(vm::base(addr), 0, size);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue