GP2X updates

video stuff moved out as it's project specific..
This commit is contained in:
notaz 2013-08-23 02:58:06 +03:00
parent c54d04fd84
commit 7ceadd9993
12 changed files with 313 additions and 806 deletions

View file

@ -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;