mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-23 13:22:40 +02:00
8 lines
272 B
C
8 lines
272 B
C
/// These are used internally by applet.
|
|
|
|
Result apmInitialize(void);
|
|
void apmExit(void);
|
|
|
|
Result apmSetPerformanceConfiguration(u32 PerformanceMode, u32 PerformanceConfiguration);
|
|
Result apmGetPerformanceConfiguration(u32 PerformanceMode, u32 *PerformanceConfiguration);
|