示例#1
0
void osd_interface::exit_subsystems()
{
	video_exit();
	sound_exit();
	input_exit();
	output_exit();
	#ifdef USE_NETWORK
	network_exit();
	#endif
	midi_exit();
	debugger_exit();
}
示例#2
0
void osd_common_t::exit_subsystems()
{
	video_exit();
	input_exit();
	output_exit();
}