コード例 #1
0
ファイル: mudpvr.cpp プロジェクト: ABelliqueux/nulldc
//called when exiting from sh4 thread , from the new thread context (for any thread speciacific de init) :P
void FASTCALL TermPvr()
{
	rend_thread_end();

	rend_term();
	spg_Term();
	Regs_Term();
}
コード例 #2
0
ファイル: drkPvr.cpp プロジェクト: Kivutar/reicast-emulator
//called when exiting from sh4 thread , from the new thread context (for any thread specific de init) :P
void libPvr_Term(void)
{
	rend_term();
	spg_Term();
   ta_ctx_free();
}
コード例 #3
0
ファイル: drkPvr.cpp プロジェクト: zear/emulator
//called when exiting from sh4 thread , from the new thread context (for any thread speciacific de init) :P
void libPvr_Term()
{
	rend_term();
	spg_Term();
}