aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
authorTwinaphex2018-03-31 13:49:54 +0200
committerGitHub2018-03-31 13:49:54 +0200
commit9f836824d9f447ac8f2ffc829ebb02e49caf5e57 (patch)
tree55988350254e2e685e0c55d095d9a0f8d64c41b2 /source/snes9x.h
parent8ca47fd3e698aa0ccc63bb62784818d243cf3643 (diff)
parentbb13407869200360f90e10233fc649fc056f4e98 (diff)
downloadsnesemu-9f836824d9f447ac8f2ffc829ebb02e49caf5e57.tar.gz
snesemu-9f836824d9f447ac8f2ffc829ebb02e49caf5e57.tar.bz2
snesemu-9f836824d9f447ac8f2ffc829ebb02e49caf5e57.zip
Merge pull request #53 from Dwedit/submission_1
Add support for Audio/Video Disable flags and Hard Disable Audio
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;