summaryrefslogtreecommitdiff
path: root/frontend/main.c
AgeCommit message (Collapse)Author
2021-05-08Sets main_path correctly (thanks, eggs!)neonloop
2021-05-05Revert "Remove BIOS reserved translation area"neonloop
This reverts commit fb7ca09b019248b9a0aba481ea55386f71053d73. It seems that commit broke rolling in Minish Cap when using the ARM dynarec.
2021-03-31Adds built-in BIOS supportneonloop
If an official BIOS exists in the right place, it will be used. Otherwise, the built-in BIOS will be used.
2021-03-31Merge remote-tracking branch 'libretro/master' into pico-feneonloop
2021-03-26Drop buffer size to 8192neonloop
2021-03-21Adds a libpicofe frontend and menusneonloop
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)