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) --- frontend/libpicofe | 1 + 1 file changed, 1 insertion(+) create mode 160000 frontend/libpicofe (limited to 'frontend/libpicofe') diff --git a/frontend/libpicofe b/frontend/libpicofe new file mode 160000 index 0000000..76e45c3 --- /dev/null +++ b/frontend/libpicofe @@ -0,0 +1 @@ +Subproject commit 76e45c3489a0c32d91744413c198f685b553f6c0 -- cgit v1.2.3