Changed a hardcoded value to something slightly more reasonable until we can calculate the correct value.
This commit is contained in:
parent
1c37c14fc8
commit
6348c3dc72
|
@ -436,7 +436,7 @@ SHIM_CALL MmQueryStatistics_shim(PPCContext* ppc_context,
|
|||
stats->total_physical_pages = 0x00020000;
|
||||
stats->kernel_pages = 0x00000300;
|
||||
|
||||
stats->title.available_pages = 0x00020000;
|
||||
stats->title.available_pages = 0x00013300;
|
||||
stats->title.total_virtual_memory_bytes = 0x2FFF0000;
|
||||
stats->title.reserved_virtual_memory_bytes = 0x00160000;
|
||||
stats->title.physical_pages = 0x00001000;
|
||||
|
|
Loading…
Reference in New Issue