Skip to content
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 Linux Friendly libretro build to this Emulator. #27

Closed
Zombie-Ryushu opened this issue Dec 6, 2020 · 5 comments
Closed

Add Linux Friendly libretro build to this Emulator. #27

Zombie-Ryushu opened this issue Dec 6, 2020 · 5 comments

Comments

@Zombie-Ryushu
Copy link

Add Linux Friendly libretro build to Virtual Jaguar RX. This does not build under any version of Linux I throw at it however new. As such, I am requesting a Libretro section be added to this Emulator, where the current code produces a libretro module for Linux. This should not require a fork of the emulator. merely a change in Make Parameters, as other emulators do this.

@djipi
Copy link
Owner

djipi commented Dec 6, 2020

Are you able to compile the original Virtual Jaguar on Linux?
http://icculus.org/virtualjaguar/

@Zombie-Ryushu
Copy link
Author

Yes I can.

@Zombie-Ryushu
Copy link
Author

I have built both the SDL/GTK/QT versions of Virtual Jaguar along with the libretro module for a long time. But the some point between vrsion 2.1.0 and 2.1.2, some bug was introduced that caused the emulator to run at around 60% Speed on low power hardware that was never fixed.

I have some aging Intel hardware I use for Emulation. While version 2.1.0 runs at fullspeed, it has graphical and control issues, and no libretro port. the libretro port that exists is based on 2.1.2 so it has the slowdown bug.

libretro should be a build target in the main emulator. It is largely platform Agnostic Between Linux and Windows. It would allow the core emulation to be kept up to date with minimal fuss. Many emulators have an independent make -f Makefile.libretro option.

@djipi
Copy link
Owner

djipi commented Dec 6, 2020

This has been more or less discussed with #25, #26.

The best for you will be to check the differences in the source codes between v2.1.0 and v2.1.2.
Virtual Jaguar Rx is based on Virtual Jaguar v.2.1.3. So your issue is already in Rx.

Adding a Makefile.libretro option won't be enough, it will require to transform the Rx version in a libreto form too.
But it won't fix your performance issue.

@djipi
Copy link
Owner

djipi commented Dec 8, 2020

libreto already exists; the Rx version is dedicated to add debugging capabilities, plus potential improvements. Rx is also supporting only 64 bits (Windows).

@djipi djipi closed this as completed Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants