summaryrefslogtreecommitdiffstats
path: root/src/common/page_table.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-11-18 01:45:17 +0100
committerLioncash <mathew1800@gmail.com>2020-11-18 01:45:20 +0100
commit3cfd962ef471fa064f0f72eceff2a592e37b6642 (patch)
tree1640dce73e6b58ce5fb9e08075cbc0f85949885b /src/common/page_table.h
parentpage_table: Remove unnecessary header inclusions (diff)
downloadyuzu-3cfd962ef471fa064f0f72eceff2a592e37b6642.tar
yuzu-3cfd962ef471fa064f0f72eceff2a592e37b6642.tar.gz
yuzu-3cfd962ef471fa064f0f72eceff2a592e37b6642.tar.bz2
yuzu-3cfd962ef471fa064f0f72eceff2a592e37b6642.tar.lz
yuzu-3cfd962ef471fa064f0f72eceff2a592e37b6642.tar.xz
yuzu-3cfd962ef471fa064f0f72eceff2a592e37b6642.tar.zst
yuzu-3cfd962ef471fa064f0f72eceff2a592e37b6642.zip
Diffstat (limited to 'src/common/page_table.h')
-rw-r--r--src/common/page_table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/page_table.h b/src/common/page_table.h
index 9908947ac..a5be7a668 100644
--- a/src/common/page_table.h
+++ b/src/common/page_table.h
@@ -54,6 +54,8 @@ struct PageTable {
* a given address space.
*
* @param address_space_width_in_bits The address size width in bits.
+ * @param page_size_in_bits The page size in bits.
+ * @param has_attribute Whether or not this page has any backing attributes.
*/
void Resize(std::size_t address_space_width_in_bits, std::size_t page_size_in_bits,
bool has_attribute);