tweaking pandora frontend
[libpicofe.git] / pandora / pandora.c
index 4019994..5541c2d 100644 (file)
@@ -4,6 +4,7 @@
 \r
 #include "../linux/sndout_oss.h"\r
 #include "../linux/fbdev.h"\r
+#include "../linux/oshide.h"\r
 #include "../common/emu.h"\r
 \r
 void plat_early_init(void)\r
@@ -14,6 +15,8 @@ void plat_init(void)
 {\r
        int ret, w, h;\r
 \r
+       oshide_init();\r
+\r
        ret = vout_fbdev_init(&w, &h);\r
        if (ret != 0) {\r
                fprintf(stderr, "couldn't init framebuffer\n");\r
@@ -34,8 +37,9 @@ void plat_finish(void)
 {\r
        sndout_oss_exit();\r
        vout_fbdev_finish();\r
+       oshide_finish();\r
 \r
-       printf("all done");\r
+       printf("all done\n");\r
 }\r
 \r
 /* lprintf */\r