mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-23 06:40:49 +00: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;
|
return CELL_EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::memset(vm::base(addr), 0, size);
|
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user