Skip to content

Commit

Permalink
README: add comment which briefly explains what this does and states …
Browse files Browse the repository at this point in the history
…these changes shouldn't be PR'd upstream.
  • Loading branch information
ZachyCatGames committed Jul 16, 2024
1 parent 5477711 commit 3a250a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
=====
Expand Down
1 change: 0 additions & 1 deletion libraries/libexosphere/source/fuse/fuse_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<RetailInteractiveDisplayState>(!util::BitPack32{GetCommonOdmWord(4)}.Get<OdmWord4::RetailInteractiveDisplayState>());
}

Expand Down

0 comments on commit 3a250a2

Please sign in to comment.