aboutsummaryrefslogtreecommitdiff
path: root/shell/headers/shared.h
diff options
context:
space:
mode:
authorneonloop2021-04-03 00:29:33 +0000
committerneonloop2021-04-03 00:29:33 +0000
commit7c6c5f3bb6f8084ed5ae6eaafe0db14c5afe49bc (patch)
tree1dc09c9531c5424dd2e0e37d859b0b380d2ce756 /shell/headers/shared.h
parent08ba753083031def20d86a6b7daff1754a4d3c8a (diff)
downloadsnesemu-7c6c5f3bb6f8084ed5ae6eaafe0db14c5afe49bc.tar.gz
snesemu-7c6c5f3bb6f8084ed5ae6eaafe0db14c5afe49bc.tar.bz2
snesemu-7c6c5f3bb6f8084ed5ae6eaafe0db14c5afe49bc.zip
Favors smoother audio over smoother video
Diffstat (limited to 'shell/headers/shared.h')
-rw-r--r--shell/headers/shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/headers/shared.h b/shell/headers/shared.h
index 0ceff9d..e16ac07 100644
--- a/shell/headers/shared.h
+++ b/shell/headers/shared.h
@@ -6,7 +6,7 @@
#define SOUND_SAMPLES_SIZE 1024
#elif defined(TRIMUI)
#define SOUND_OUTPUT_FREQUENCY 32000
-#define SOUND_SAMPLES_SIZE 1024
+#define SOUND_SAMPLES_SIZE 512
#elif defined(RS97)
#define SOUND_OUTPUT_FREQUENCY 22050
#define SOUND_SAMPLES_SIZE 1024