mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
supporting caanoo, line doublers, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@893 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bf61bea0f2
commit
f4750ee051
24 changed files with 349 additions and 222 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