mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
1.70beta0 pandora release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@847 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d5d59eb479
commit
b2c5ee473d
5 changed files with 198 additions and 9 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "../linux/sndout_oss.h"
|
||||
#include "../linux/fbdev.h"
|
||||
#include "../linux/x11h.h"
|
||||
#include "../common/emu.h"
|
||||
|
||||
void plat_early_init(void)
|
||||
|
@ -14,6 +15,8 @@ void plat_init(void)
|
|||
{
|
||||
int ret, w, h;
|
||||
|
||||
x11h_init();
|
||||
|
||||
ret = vout_fbdev_init(&w, &h);
|
||||
if (ret != 0) {
|
||||
fprintf(stderr, "couldn't init framebuffer\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue