aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authortwinaphex2016-08-08 05:21:09 +0200
committertwinaphex2016-08-08 05:21:09 +0200
commit399112b76dd4989008405d55957fbacc47276654 (patch)
tree3d3b48218c1390c0adab502a82565ba332b979af /source
parent27e31e6ae6d27c3bb528ef30c3cf38ff50f8b42f (diff)
downloadsnes9x2005-399112b76dd4989008405d55957fbacc47276654.tar.gz
snes9x2005-399112b76dd4989008405d55957fbacc47276654.tar.bz2
snes9x2005-399112b76dd4989008405d55957fbacc47276654.zip
Take out ancient SGI/Sun ifdefs
Diffstat (limited to 'source')
-rw-r--r--source/soundux.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/soundux.h b/source/soundux.h
index 9c499ea..ee2b0a2 100644
--- a/source/soundux.h
+++ b/source/soundux.h
@@ -118,10 +118,6 @@ enum { MODE_NONE = SOUND_SILENT, MODE_ADSR, MODE_RELEASE = SOUND_RELEASE,
#define SOUND_BUFS 4
-#ifdef __sgi
-# include <audio.h>
-#endif /* __sgi */
-
typedef struct
{
int sound_fd;
@@ -129,12 +125,6 @@ typedef struct
int playback_rate;
int buffer_size;
bool encoded;
-#ifdef __sun
- int last_eof;
-#endif
-#ifdef __sgi
- ALport al_port;
-#endif /* __sgi */
int32_t samples_mixed_so_far;
int32_t play_position;
uint32_t err_counter;