diff options
Diffstat (limited to 'source/snes9x.h')
-rw-r--r-- | source/snes9x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/snes9x.h b/source/snes9x.h index 48a5714..e9c04a5 100644 --- a/source/snes9x.h +++ b/source/snes9x.h @@ -322,6 +322,9 @@ typedef struct bool8 OBC1; /* Sound options */ uint32 SoundPlaybackRate; +#ifdef USE_BLARGG_APU + uint32 SoundInputRate; +#endif bool8 TraceSoundDSP; bool8 EightBitConsoleSound; // due to caching, this needs S9xSetEightBitConsoleSound() int SoundBufferSize; |