From cd185c849b428b2d673fe94809b3ec62f376c0cb Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 9 Dec 2014 05:36:30 +0100 Subject: enable sound ( still broken ) --- libretro.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libretro.c') 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; } -- cgit v1.2.3