diff --git a/libraries/libexosphere/source/fuse/fuse_api.cpp b/libraries/libexosphere/source/fuse/fuse_api.cpp index 95c316d689..1990082470 100644 --- a/libraries/libexosphere/source/fuse/fuse_api.cpp +++ b/libraries/libexosphere/source/fuse/fuse_api.cpp @@ -359,7 +359,8 @@ namespace ams::fuse { } RetailInteractiveDisplayState GetRetailInteractiveDisplayState() { - return static_cast(util::BitPack32{GetCommonOdmWord(4)}.Get()); + /* 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()); } pmic::Regulator GetRegulator() {