mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
rsx: Optimize rsx::rsx_iomap_table construction
This commit is contained in:
parent
e1f8573c68
commit
bd6fdf3f2d
|
|
@ -46,8 +46,8 @@ namespace rsx
|
|||
|
||||
rsx_iomap_table() noexcept
|
||||
{
|
||||
std::fill(ea.begin(), ea.end(), -1);
|
||||
std::fill(io.begin(), io.end(), -1);
|
||||
std::memset(ea.data(), -1, sizeof(ea));
|
||||
std::memset(io.data(), -1, sizeof(io));
|
||||
}
|
||||
|
||||
// Try to get the real address given a mapped address
|
||||
|
|
|
|||
Loading…
Reference in a new issue