-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to launch with LLAPI cores for Favourites and Last Played #87
Comments
Hi. Sorry for the delay. There are a couple options to do this but they're a bit tucked away and not well tested. For Favorites, you can edit the script directly and change this line: Change it to For the LastPlayed app, you can make a file "lastplayed.ini" and add a section like this:
And so on. So the original core location is on the left of the This systems section can be added to the .ini file of any of the apps here except for Favorites, GamesMenu, BGM and TapTo. |
Currently the Favourites and Last Played extensions will launch the games with the standard MiSTer cores.
There are two ports on the BlisSTer board for the MiSTer that allows for the use of controllers through LLAPI.
To take advantage of the low input latency, LLAPI cores have to be used.
It would be great if in the ini configs we can make the Last Played and Favourites launch the games with the LLAPI cores (if they exist). An option like
use_llapi_cores
The text was updated successfully, but these errors were encountered: