From 3a250a2b6bc382a1ff79b0c3154b4c08e0adf583 Mon Sep 17 00:00:00 2001 From: Zachary Kirtz Date: Tue, 5 Dec 2023 23:50:08 -0600 Subject: [PATCH] README: add comment which briefly explains what this does and states these changes shouldn't be PR'd upstream. --- README.md | 3 +++ libraries/libexosphere/source/fuse/fuse_api.cpp | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfae12a275..f94e8754ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +## This fork inverts the quest/kiosk state in Exosphere, which will cause quest/kiosk consoles to act like regular retail consoles & vice versa. + +## Please don't make pull requests with these changes or similar changes to upstream Atmosphere, upstream is suppose to work the way it works and such PRs will not be merged. Thanks! ![Banner](img/banner.png?raw=true) ===== diff --git a/libraries/libexosphere/source/fuse/fuse_api.cpp b/libraries/libexosphere/source/fuse/fuse_api.cpp index 1990082470..de58319e10 100644 --- a/libraries/libexosphere/source/fuse/fuse_api.cpp +++ b/libraries/libexosphere/source/fuse/fuse_api.cpp @@ -359,7 +359,6 @@ namespace ams::fuse { } RetailInteractiveDisplayState GetRetailInteractiveDisplayState() { - /* I do this so I can be incredibly lazy with certain things, please don't kill me :( */ return static_cast(!util::BitPack32{GetCommonOdmWord(4)}.Get()); }