mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 05:38:17 -05: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