Set up IOS RAM information area with real values.

This commit is contained in:
booto
2017-01-22 22:50:07 -05:00
parent f70a1a27fa
commit 3ba388138d
7 changed files with 476 additions and 154 deletions

View File

@ -51,6 +51,8 @@ void Init();
// Needs to be called after Reset(true) to recreate the device tree
void Reinit();
bool SetupMemory(u64 ios_title_id);
// Shutdown
void Shutdown();