mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12: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
Add a link
Reference in a new issue