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

@ -52,5 +52,5 @@ private:
static bool Load_BS2(const std::string& _rBootROMFilename);
static void Load_FST(bool _bIsWii);
static bool SetupWiiMemory();
static bool SetupWiiMemory(u64 ios_title_id);
};