forked from len0rd/rockbox
Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11146 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ce8a1c986f
commit
89658651d7
4 changed files with 103 additions and 42 deletions
|
@ -29,6 +29,7 @@
|
|||
bool pgfx_init(struct plugin_api* newrb, int cwidth, int cheight);
|
||||
void pgfx_release(void);
|
||||
void pgfx_display(int cx, int cy);
|
||||
void pgfx_display_block(int cx, int cy, int x, int y);
|
||||
void pgfx_update(void);
|
||||
|
||||
void pgfx_set_drawmode(int mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue