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()); }