mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-01 13:25:03 +01: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
|
|
@ -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…
Reference in a new issue