mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
rsx: Optimize rsx::rsx_iomap_table construction
This commit is contained in:
parent
e1f8573c68
commit
bd6fdf3f2d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue