예제 #1
0
void __DisplayShutdown()
{
	ShutdownGfxState();
}
예제 #2
0
void __DisplayShutdown() {
	vblankListeners.clear();
	vblankWaitingThreads.clear();
	ShutdownGfxState();
}