예제 #1
0
파일: fs.c 프로젝트: ArthurJam/loadiine
DECL(int, FSShutdown, void) {
    if ((int)bss_ptr != 0x0a000000) {
        logger_disconnect(bss.global_sock);
        bss.global_sock = -1;
    }
    return real_FSShutdown();
}
예제 #2
0
DECL(int, FSShutdown, void) {
	return real_FSShutdown();
}