mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2025-01-11 02:35:42 +00:00
parent
fa913a702f
commit
fa9b7db76f
|
@ -44,7 +44,7 @@ public:
|
|||
|
||||
[[nodiscard]] unsigned Count() const noexcept {
|
||||
unsigned count = 0;
|
||||
for (const auto [index, value] : page_table) {
|
||||
for (const auto& [index, value] : page_table) {
|
||||
count += value;
|
||||
}
|
||||
return count;
|
||||
|
|
Loading…
Reference in a new issue