Set Kernel config "Unknown Value" to 0x1
This commit is contained in:
parent
ad664b4a01
commit
df0a81621f
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue