mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 06:28:37 +00:00
Set Kernel config "Unknown Value" to 0x1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user