mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
supporting caanoo, line doublers, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@893 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
c4046e6e06
commit
b6072c177f
18 changed files with 317 additions and 210 deletions
|
@ -12,4 +12,18 @@ void gp2x_make_fb_bufferable(int yes);
|
|||
/* input */
|
||||
int gp2x_touchpad_read(int *x, int *y);
|
||||
|
||||
/* misc */
|
||||
enum {
|
||||
GP2X_DEV_GP2X = 1,
|
||||
GP2X_DEV_WIZ,
|
||||
GP2X_DEV_CAANOO,
|
||||
};
|
||||
extern int gp2x_dev_id;
|
||||
extern int gp2x_current_bpp;
|
||||
|
||||
unsigned int plat_get_ticks_ms_good(void);
|
||||
unsigned int plat_get_ticks_us_good(void);
|
||||
|
||||
void gp2x_menu_init(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue