mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-26 08:29:10 +12:00
Fix Resource Limit max commit size
This commit is contained in:
parent
5b42834f8e
commit
0b41ecaa18
2 changed files with 3 additions and 1 deletions
|
@ -224,6 +224,8 @@ public:
|
|||
return fcramApplicationSize;
|
||||
}
|
||||
|
||||
u32 getTotalAppFcramSize() { return fcramApplicationSize; }
|
||||
|
||||
enum class BatteryLevel {
|
||||
Empty = 0, AlmostEmpty, OneBar, TwoBars, ThreeBars, FourBars
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue