Example #1
0
//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();
}
Example #2
0
//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();
}
Example #3
0
//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();
}