Add KPADShutdown()

This commit is contained in:
LRFLEW
2021-11-03 16:09:41 -05:00
committed by James Benton
parent 4fcda4bd56
commit cd76f35ab4

View File

@@ -211,6 +211,12 @@ WUT_CHECK_SIZE(KPADStatus, 0xF0);
void
KPADInit();
/**
* Cleans up and frees the KPAD library.
*/
void
KPADShutdown();
/**
* Read data from the desired Wii Remote.
*