mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
tweaking pandora frontend
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@874 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
03065bb617
commit
be672de78d
16 changed files with 378 additions and 144 deletions
|
@ -3,8 +3,7 @@ typedef enum
|
|||
READPNG_BG = 1,
|
||||
READPNG_FONT,
|
||||
READPNG_SELECTOR,
|
||||
READPNG_320_24,
|
||||
READPNG_480_24
|
||||
READPNG_24,
|
||||
}
|
||||
readpng_what;
|
||||
|
||||
|
@ -12,7 +11,7 @@ readpng_what;
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
int readpng(void *dest, const char *fname, readpng_what what);
|
||||
int readpng(void *dest, const char *fname, readpng_what what, int w, int h);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue