mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Add PTM::GetBatteryChargeState
This commit is contained in:
parent
5106f251cf
commit
82ded962d0
2 changed files with 13 additions and 0 deletions
|
@ -16,6 +16,7 @@ class PTMService {
|
|||
// Service commands
|
||||
void configureNew3DSCPU(u32 messagePointer);
|
||||
void getAdapterState(u32 messagePointer);
|
||||
void getBatteryChargeState(u32 messagePointer);
|
||||
void getBatteryLevel(u32 messagePointer);
|
||||
void getStepHistory(u32 messagePointer);
|
||||
void getTotalStepCount(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue