libretro / beetle-pce-fast-libretro

Standalone fork of Mednafen PCE Fast to libretro
GNU General Public License v2.0
29 stars 52 forks source link

The pce_fast_cdimagecache option is not working. #150

Closed sards3 closed 3 years ago

sards3 commented 4 years ago

Unless I'm mistaken, the pce_fast_cdimagecache core option is not working. In libretro.cpp, the option is checked and is used to set a variable old_cdimagecache. However, old_cdimagecache is never referenced anywhere else. Also in libretro.cpp, in the function MDFNI_LoadCD, there are two places where CDIF_Open is called, and in both cases false is passed as the second parameter, indicating that no pre-caching should be done.