nx-hbmenu/common/thermalstatus.h

8 lines
143 B
C

#pragma once
#include "common.h"
bool thermalstatusInit(void);
void thermalstatusExit(void);
bool thermalstatusGetDetails(s32 *temperature);