Exemplo n.º 1
0
void ExitCleanup()
{
	LWP_SuspendThread (devicethread);
	UnmountAllFAT();
	CloseShare();

#ifdef HW_RVL
	DI_Close();
#endif
}
Exemplo n.º 2
0
void ExitCleanup()
{
	UnmountAllFAT();
}