mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
GP2X updates
video stuff moved out as it's project specific..
This commit is contained in:
parent
c54d04fd84
commit
7ceadd9993
12 changed files with 313 additions and 806 deletions
|
@ -41,6 +41,11 @@ int sndout_oss_init(void)
|
|||
|
||||
void sndout_oss_stop(void)
|
||||
{
|
||||
#ifdef __GP2X__
|
||||
/* restarting audio on GP2X causes trouble */
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (sounddev < 0)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue