mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-25 04:43:19 +02:00
exo: Invert quest state.
This commit is contained in:
parent
db3dc4ebd2
commit
510f710c30
@ -359,7 +359,8 @@ namespace ams::fuse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RetailInteractiveDisplayState GetRetailInteractiveDisplayState() {
|
RetailInteractiveDisplayState GetRetailInteractiveDisplayState() {
|
||||||
return static_cast<RetailInteractiveDisplayState>(util::BitPack32{GetCommonOdmWord(4)}.Get<OdmWord4::RetailInteractiveDisplayState>());
|
/* 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>());
|
||||||
}
|
}
|
||||||
|
|
||||||
pmic::Regulator GetRegulator() {
|
pmic::Regulator GetRegulator() {
|
||||||
|
Loading…
Reference in New Issue
Block a user