diff src/xs_player.h @ 748:d9d769b5dbe2

Remove oversampling support.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 17:51:08 +0200
parents 53a4210889e2
children 55eea3fa8868
line wrap: on
line diff
--- a/src/xs_player.h	Mon Nov 05 17:26:43 2012 +0200
+++ b/src/xs_player.h	Mon Nov 05 17:51:08 2012 +0200
@@ -28,13 +28,9 @@
 typedef struct xs_status_t {
     gint        audioFrequency,     /* Audio settings */
                 audioChannels,
-                audioBitsPerSample,
-                oversampleFactor;   /* Factor of oversampling */
+                audioBitsPerSample;
     AFormat     audioFormat;
-    gboolean    oversampleEnable;   /* TRUE after sidEngine initialization,
-                                    if xs_cfg.oversampleEnable == TRUE and
-                                    emulation backend supports oversampling.
-                                    */
+
     void        *sidEngine;         /* SID-emulation internal engine data */
     xs_engine_t *sidPlayer;         /* Selected player engine */
     gboolean    isError,