1
Fork 0
sm64/src/pc/audio/audio_pulse.h

12 lines
173 B
C
Raw Normal View History

2020-06-18 11:58:18 +02:00
#ifndef AUDIO_PULSE_H
#define AUDIO_PULSE_H
#ifdef __linux__
extern struct AudioAPI audio_pulse;
#define HAVE_PULSE_AUDIO 1
#else
#define HAVE_PULSE_AUDIO 0
#endif
#endif