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