From 4c26780f101a12d455ffe900e6a0d5238d1c9552 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 21 Mar 2021 16:41:44 +0000 Subject: Adds a libpicofe frontend and menus Implements: - fast-forward (toggle) - audio-buffer-based frameskip and frame limiting - color-correction (using the libretro code) - lcd ghosting (using the libretro code) - FPS display - input rebinding - emulator key rebinding - scaling (with the old gpsp filters and drowsnug's scaled-nofilter) - saving and savestates - game-specific configuration Not yet implemented: - cheats - fast-forward (hold) --- sound.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sound.h') diff --git a/sound.h b/sound.h index 48f227f..3c18bcf 100644 --- a/sound.h +++ b/sound.h @@ -108,6 +108,7 @@ extern u32 sound_frequency; extern u32 sound_on; extern u32 global_enable_audio; +extern u32 global_process_audio; extern u32 enable_low_pass_filter; void sound_timer_queue8(u32 channel, u8 value); -- cgit v1.2.3