mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
set: Correct SetSysPtmFuelGaugeParameter
This commit is contained in:
parent
8dedde27aa
commit
06ef9205c9
@ -565,8 +565,8 @@ typedef struct {
|
||||
u16 qresidual10;
|
||||
u16 qresidual20;
|
||||
u16 qresidual30;
|
||||
u16 cycles;
|
||||
u32 padding; ///> Normally contains the cycles reg. Unused and contains stack garbage.
|
||||
u16 cycles; ///< Normally keeps the cycles reg. Unused and contains stack garbage.
|
||||
u32 cycles_actual; ///< Keeps track of cycles. The fuel gauge cycles reg is reset if > 2.00 cycles and added here.
|
||||
} SetSysPtmFuelGaugeParameter;
|
||||
|
||||
/// Actually nn::util::Color4u8Type.
|
||||
|
Loading…
Reference in New Issue
Block a user