X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Flinux%2Fio.c;h=1b912c98d9163fddce6ecd5eaa80944c6b99e3b0;hb=df92fbd1f2d16f83b66a9941f7312fdfea2602ca;hp=5e2d5e3a5723c46a05515f8d3b001479b2849d15;hpb=e743be2070a13d14cae39a55b815b62b0edb6776;p=picodrive.git diff --git a/platform/linux/io.c b/platform/linux/io.c index 5e2d5e3..1b912c9 100644 --- a/platform/linux/io.c +++ b/platform/linux/io.c @@ -1,10 +1,16 @@ +/* + * PicoDrive + * (C) notaz, 2007-2010 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include #include #include #include "../libpicofe/menu.h" #include "../libpicofe/input.h" -#include "../libpicofe/linux/sndout_oss.h" #include "../common/emu.h" #include "../common/input_pico.h" #include "version.h" @@ -335,9 +341,6 @@ void plat_init(void) memset(g_screen_ptr, 0, g_screen_width * g_screen_height * 2); xlib_init(); #endif - - // snd - sndout_oss_init(); } void plat_finish(void) @@ -347,7 +350,6 @@ void plat_finish(void) #else free(g_screen_ptr); #endif - sndout_oss_exit(); } /* misc */