mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
support for zipped ISOs
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@65 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
70d2ecc5eb
commit
af6e9c4961
5 changed files with 22 additions and 33 deletions
|
@ -164,6 +164,7 @@ void gp2x_init(void)
|
|||
printf("entering init()\n"); fflush(stdout);
|
||||
|
||||
gp2x_screen = malloc(320*240*2 + 320*2);
|
||||
memset(gp2x_screen, 0, 320*240*2 + 320*2);
|
||||
|
||||
// snd
|
||||
mixerdev = open("/dev/mixer", O_RDWR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue