libretro / fuse-libretro

A port of the Fuse Unix Spectrum Emulator to libretro
GNU General Public License v3.0
36 stars 47 forks source link

Fix fastload settings #90

Closed tomconte closed 3 years ago

tomconte commented 3 years ago

This should fix #33, #62.

zzedmore commented 3 years ago

@tomconte Thanks for fixing this. Could you add a third option for the speed settings like the example in the first post of #62 ? So like this -

Safe Acceleration

settings_current.fastload = 1;
settings_current.accelerate_loader = 0;
settings_current.tape_traps = 0;
settings_current.slt_traps = 1;

The reason being because some games fail to load when using the full acceleration. This is safe and a lot faster than original speed.