mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00: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 New Issue
Block a user