mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
pandora: tripplebuffer fbdev out, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@845 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b60b8745c0
commit
d08e732614
17 changed files with 404 additions and 171 deletions
5
platform/linux/fbdev.h
Normal file
5
platform/linux/fbdev.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
int vout_fbdev_init(int *w, int *h);
|
||||
void vout_fbdev_finish(void);
|
||||
|
||||
extern void *fbdev_buffers[];
|
||||
extern int fbdev_buffer_count;
|
Loading…
Add table
Add a link
Reference in a new issue