Set Kernel config "Unknown Value" to 0x1

This commit is contained in:
mailwl 2016-03-29 22:29:57 +03:00
parent ad664b4a01
commit df0a81621f
2 changed files with 7 additions and 2 deletions

View file

@ -16,6 +16,9 @@ void Init() {
std::memset(&shared_page, 0, sizeof(shared_page));
shared_page.running_hw = 0x1; // product
// Some games wait until this value becomes 0x1, before asking running_hw
shared_page.unknown_value = 0x1;
}
} // namespace