Exemple #1
0
void ExitCleanup()
{
	LWP_SuspendThread (devicethread);
	UnmountAllFAT();
	CloseShare();

#ifdef HW_RVL
	DI_Close();
#endif
}
Exemple #2
0
void ExitCleanup()
{
	UnmountAllFAT();
}