371bb54e46
- These turbo-related core options are not working correctly and redundant because there is already a dedicated button to enable turbo buttons. These core options also resets turbo states each time a core option is modified. Removing it since it unneeded. |
||
---|---|---|
deps | ||
jni | ||
libretro-common | ||
mednafen | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
COPYING | ||
libretro_core_options.h | ||
libretro.cpp | ||
link.T | ||
Makefile | ||
Makefile.common | ||
README.md |
Beetle PC Engine Fast libretro
Beetle PC Engine Fast is a port/fork of Mednafen's PC Engine Fast module to the libretro API. This libretro core contains CD-ROM2 support but unlike Mednafen's PCE Fast module, lacks SuperGrafx support. A separate libretro PC Engine core with SuperGrafx support can be found here: https://github.com/libretro/beetle-supergrafx-libretro
This repository also contains a port/fork of Mednafen's PC Engine module on the pce
branch. This PC Engine module is more accurate than the Fast module, which trades away typically unneeded accuracy in favor of speed. Unlike the Fast module however, this module fork retains built-in SuperGrafx support.
Building
The PCE Fast core can be built with make
in the master
branch while the PCE "non-Fast" core can be built with make
in the pce
branch.