gpsp/libretro
David Guillen Fandos 8da094d7e0 Add 60FPS overclock hack
Let's see, this should fix issues on platforms that do not support
running the emu at 59.73 FPS. We run the emu at fake 60fps, which means
we produce more audio samples than the original device.

Instead of missing samples (which produce cracks in the audio) we should
be producing some extra samples, which will result in a frame drop every
now and then (like every minute or so, so it's not noticeable).
2021-10-20 01:15:40 +02:00
..
libretro-common Add libretro-common and VFS functions for read/write 2021-09-30 18:31:11 +02:00
libretro.c Add 60FPS overclock hack 2021-10-20 01:15:40 +02:00
libretro_core_options.h Add libretro-common and VFS functions for read/write 2021-09-30 18:31:11 +02:00
libretro_core_options_intl.h Add libretro-common and VFS functions for read/write 2021-09-30 18:31:11 +02:00