mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
close controller
This commit is contained in:
parent
168a9fc464
commit
67361ee17f
@ -19,6 +19,7 @@ Result _fanInitialize(void) {
|
|||||||
|
|
||||||
void _fanCleanup(void) {
|
void _fanCleanup(void) {
|
||||||
serviceClose(&g_fanSrv);
|
serviceClose(&g_fanSrv);
|
||||||
|
serviceClose(&g_fanCtl);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result _fanOpenController(void) {
|
Result _fanOpenController(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user