mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 12:07:57 -05:00
Kernel: Implement svcGetSystemInfo
This makes smealum/ctrulib@b96dd51d33 work with Citra.
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user