mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 18:12:14 +02:00
fan: add warning
This commit is contained in:
parent
6e650383c2
commit
6be3b60f6e
@ -20,5 +20,6 @@ Service* fanGetServiceSession(void);
|
||||
/// Gets the Service object for the actual fan controller service session.
|
||||
Service* fanGetServiceSession_Controller(void);
|
||||
|
||||
/// @warning Disabling your fan can damage your system.
|
||||
Result fanSetRotationSpeedLevel(float level);
|
||||
Result fanGetRotationSpeedLevel(float *level);
|
Loading…
Reference in New Issue
Block a user