mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 18:12:14 +02:00
fan: set out->in
This commit is contained in:
parent
fbdb73abd9
commit
6e650383c2
@ -39,7 +39,7 @@ Service* fanGetServiceSession_Controller(void) {
|
||||
}
|
||||
|
||||
Result fanSetRotationSpeedLevel(float level) {
|
||||
return serviceDispatchOut(&g_fanCtl, 0, level);
|
||||
return serviceDispatchIn(&g_fanCtl, 0, level);
|
||||
}
|
||||
|
||||
Result fanGetRotationSpeedLevel(float *level) {
|
||||
|
Loading…
Reference in New Issue
Block a user