rpcsx/rpcs3/Emu/Memory
eladash a43e7c172c Fix shared memory page flags
TODO: From hw testing, it seems like sys_memory_get_page_attribute and sys_rsx_context_iomap check page size a little differently

get_page_attribute() always go by area flags, sys_rsx_context_iomap checks page by the page granularity
This means that if the area page size 64k, but shared memory is mapped with SYS_MEMORY_GRANULARITY_1M
It can be mapped for rsxio, but the page attribute will indicate 64k page size :thonk:
rsxio memory is verified to need 1m pages.
2019-03-08 23:44:46 +03:00
..
vm.cpp Fix shared memory page flags 2019-03-08 23:44:46 +03:00
vm.h Fix shared memory page flags 2019-03-08 23:44:46 +03:00
vm_ptr.h Remove explicit_bool_t, ignore, multicast<> 2018-09-08 00:32:04 +03:00
vm_ref.h Clean vm::ps3 namespace use 2018-02-09 17:49:37 +03:00
vm_var.h Add missing deleted operators 2018-09-27 12:16:43 +03:00