From df0a81621f3c544709ec0f472c3f3c4172b80c92 Mon Sep 17 00:00:00 2001 From: mailwl Date: Tue, 29 Mar 2016 22:29:57 +0300 Subject: Set Kernel config "Unknown Value" to 0x1 --- src/core/hle/shared_page.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/hle/shared_page.cpp') diff --git a/src/core/hle/shared_page.cpp b/src/core/hle/shared_page.cpp index 50c5bc01b..2a1caeaac 100644 --- a/src/core/hle/shared_page.cpp +++ b/src/core/hle/shared_page.cpp @@ -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 -- cgit v1.2.3