aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
authorDwedit2018-03-30 22:35:35 -0500
committerDwedit2018-03-30 22:35:35 -0500
commitf453201fa149d3e2a85f0b466b1c67c6c90d54e0 (patch)
treed1c97fb8954fc210e09f35cbb2738720ea47aa1f /source/snes9x.h
parent8ca47fd3e698aa0ccc63bb62784818d243cf3643 (diff)
downloadsnes9x2005-f453201fa149d3e2a85f0b466b1c67c6c90d54e0.tar.gz
snes9x2005-f453201fa149d3e2a85f0b466b1c67c6c90d54e0.tar.bz2
snes9x2005-f453201fa149d3e2a85f0b466b1c67c6c90d54e0.zip
Add support for Audio/Video Disable flags
Add support for Hard Disable Audio Fix frame discarding causing infinite loops Fix MSVC building
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index 11dc1ff..ad410e1 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -214,6 +214,7 @@ typedef struct
bool Justifier;
bool SecondJustifier;
int8_t SETA;
+ bool HardDisableAudio;
} SSettings;
extern SSettings Settings;