summaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
Diffstat (limited to 'libretro.c')
-rw-r--r--libretro.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libretro.c b/libretro.c
index 875e935..7191f2e 100644
--- a/libretro.c
+++ b/libretro.c
@@ -95,8 +95,7 @@ void retro_get_system_av_info(struct retro_system_av_info *info)
info->geometry.max_height = GBA_SCREEN_HEIGHT;
info->geometry.aspect_ratio = 0;
info->timing.fps = ((float) (16* 1024 * 1024)) / (308 * 228 * 4); // 59.72750057 hz
- info->timing.sample_rate = 44100;
-// info->timing.sample_rate = 32 * 1024;
+ info->timing.sample_rate = GBA_SOUND_FREQUENCY;
}