summaryrefslogtreecommitdiffstats
path: root/src/core/hle/shared_page.cpp
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2016-03-29 21:29:57 +0200
committermailwl <mailwl@gmail.com>2016-04-11 12:47:52 +0200
commitdf0a81621f3c544709ec0f472c3f3c4172b80c92 (patch)
tree316f3dc54d3afe58a2f0ba853d8dc1e1bb9287b2 /src/core/hle/shared_page.cpp
parentMerge pull request #1657 from JayFoxRox/remove-dump-geometry (diff)
downloadyuzu-df0a81621f3c544709ec0f472c3f3c4172b80c92.tar
yuzu-df0a81621f3c544709ec0f472c3f3c4172b80c92.tar.gz
yuzu-df0a81621f3c544709ec0f472c3f3c4172b80c92.tar.bz2
yuzu-df0a81621f3c544709ec0f472c3f3c4172b80c92.tar.lz
yuzu-df0a81621f3c544709ec0f472c3f3c4172b80c92.tar.xz
yuzu-df0a81621f3c544709ec0f472c3f3c4172b80c92.tar.zst
yuzu-df0a81621f3c544709ec0f472c3f3c4172b80c92.zip
Diffstat (limited to 'src/core/hle/shared_page.cpp')
-rw-r--r--src/core/hle/shared_page.cpp3
1 files changed, 3 insertions, 0 deletions
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