mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Write zero in attr->pad (sys_memory_get_page_attribute)
Its included in lv2 as well.
This commit is contained in:
parent
25e47e0de0
commit
94d33003a3
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ error_code sys_memory_get_page_attribute(u32 addr, vm::ptr<sys_page_attr_t> attr
|
|||
attr->page_size = 4096;
|
||||
}
|
||||
|
||||
attr->pad = 0; // Always write 0
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue