Beispiel #1
0
void				LibESPlatform::Shutdown				()
{
	cellSysmoduleUnloadModule(CELL_SYSMODULE_NET);
	cellSysmoduleUnloadModule(CELL_SYSMODULE_FS);	

	cellSysutilUnregisterCallback(0);
}
Beispiel #2
0
void				ESSUB_Quit				()
{
	cellSysmoduleUnloadModule(CELL_SYSMODULE_PNGDEC);
	cellSysmoduleUnloadModule(CELL_SYSMODULE_NET);
	cellSysmoduleUnloadModule(CELL_SYSMODULE_FS);	

	cellSysutilUnregisterCallback(0);
}