forked from Mirror/GodMode9
- moved brightness control to the ARM11 - moved HID updating to the ARM11 - moved screen init from ARM9 to the ARM11, always performed unconditionally - removed unnecessary SCREENINIT and SET_BRIGHTNESS pxi commands and other stuff I probably forgot about
9 lines
111 B
C
9 lines
111 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
u32 GetBatteryPercent();
|
|
bool IsCharging();
|
|
void Reboot();
|
|
void PowerOff();
|