Kernel: Implement svcGetSystemInfo

This makes smealum/ctrulib@b96dd51d33 work
with Citra.
This commit is contained in:
Yuri Kunde Schlesner
2015-11-26 19:00:16 -08:00
parent 32f92b4a69
commit 84a22cb594
7 changed files with 95 additions and 1 deletions

View File

@ -17,6 +17,7 @@ class VMManager;
struct MemoryRegionInfo {
u32 base; // Not an address, but offset from start of FCRAM
u32 size;
u32 used;
std::shared_ptr<std::vector<u8>> linear_heap_memory;
};