Changed a hardcoded value to something slightly more reasonable until we can calculate the correct value.

This commit is contained in:
gibbed 2015-06-10 23:48:51 -05:00
parent 1c37c14fc8
commit 6348c3dc72
1 changed files with 1 additions and 1 deletions

View File

@ -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;