This commit is contained in:
HookedBehemoth 2020-02-23 18:25:31 +01:00
parent c09dea9f98
commit 9d5b9659a8

View File

@ -14,7 +14,7 @@ Result tcInitialize(void);
/// Exit tc. /// Exit tc.
void tcExit(void); void tcExit(void);
/// Getc the Service for tc. /// Gets the Service for tc.
Service* tcGetServiceSession(void); Service* tcGetServiceSession(void);
Result tcEnableFanControl(void); Result tcEnableFanControl(void);