X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora%2Fpandora.c;h=5541c2db68a8a59e17d17b99e5589afb6ece5faf;hb=f6eaae4f09c6abab99692900a31c1df2a06b99af;hp=736052f8fcb424ec56a521c5259f309899bd30ee;hpb=0c9ae59222a6fa9af18dcc072fdfb06cfca124d6;p=libpicofe.git diff --git a/pandora/pandora.c b/pandora/pandora.c index 736052f..5541c2d 100644 --- a/pandora/pandora.c +++ b/pandora/pandora.c @@ -4,7 +4,7 @@ #include "../linux/sndout_oss.h" #include "../linux/fbdev.h" -#include "../linux/x11h.h" +#include "../linux/oshide.h" #include "../common/emu.h" void plat_early_init(void) @@ -15,7 +15,7 @@ void plat_init(void) { int ret, w, h; - x11h_init(); + oshide_init(); ret = vout_fbdev_init(&w, &h); if (ret != 0) { @@ -37,8 +37,9 @@ void plat_finish(void) { sndout_oss_exit(); vout_fbdev_finish(); + oshide_finish(); - printf("all done"); + printf("all done\n"); } /* lprintf */