~libretro/libretro/RetroArch_OLD

« back to all changes in this revision

Viewing changes to audio/drivers/oss.c

  • Committer: Sérgio Benjamim
  • Date: 2017-01-23 16:14:23 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20170123161423-0exx4pjv5w37xwgk
Sync, 5be98cc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
   return true;
126
126
}
127
127
 
128
 
static bool oss_start(void *data)
 
128
static bool oss_start(void *data, bool is_shutdown)
129
129
{
130
130
   (void)data;
131
131
   oss_is_paused = false;