tweaking pandora frontend

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@874 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2010-05-31 22:12:46 +00:00
parent 0c9ae59222
commit f6eaae4f09
16 changed files with 378 additions and 144 deletions

View file

@ -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 */