aboutsummaryrefslogtreecommitdiff
path: root/shell/headers/shared.h
diff options
context:
space:
mode:
authorgameblabla2019-10-08 14:43:37 +0200
committergameblabla2019-10-08 14:43:37 +0200
commitcc878848a45db22abe284649c7e19f896a0abeb9 (patch)
tree8adc9d01f9fb6561beb86e9ef329d7c8cbd64c2f /shell/headers/shared.h
parentd08ec6a5285e60c6a55c8f11117496be1b375559 (diff)
downloadsnesemu-cc878848a45db22abe284649c7e19f896a0abeb9.tar.gz
snesemu-cc878848a45db22abe284649c7e19f896a0abeb9.tar.bz2
snesemu-cc878848a45db22abe284649c7e19f896a0abeb9.zip
Fix up Retrostone support and other minor fixes.
Diffstat (limited to 'shell/headers/shared.h')
-rw-r--r--shell/headers/shared.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/headers/shared.h b/shell/headers/shared.h
index b173506..968b9a2 100644
--- a/shell/headers/shared.h
+++ b/shell/headers/shared.h
@@ -1,10 +1,6 @@
#ifndef SHARED_H
#define SHARED_H
-#define SOUND_OUTPUT_FREQUENCY 32000
-#define SOUND_SAMPLES_SIZE 1024
-
-/*
#if defined(BITTBOY)
#define SOUND_OUTPUT_FREQUENCY 22050
#define SOUND_SAMPLES_SIZE 1024
@@ -27,5 +23,5 @@
#define SOUND_OUTPUT_FREQUENCY 48000
#define SOUND_SAMPLES_SIZE 2048
#endif
-*/
+
#endif