mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
tweaking pandora frontend
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@874 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
0c9ae59222
commit
f6eaae4f09
16 changed files with 378 additions and 144 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue