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

3DO missing #25

Open
00svd00 opened this issue May 31, 2024 · 0 comments
Open

3DO missing #25

00svd00 opened this issue May 31, 2024 · 0 comments

Comments

@00svd00
Copy link

00svd00 commented May 31, 2024

Knulli build version

40-dev-d8b86623f3 2024/05/30 01:50

Your architecture

RG35XX H

Issue description

For me, opera core from thist repo
https://github.com/christianhaitian/retroarch-cores
works very well, minimal performance issues(from Jan 10, 2022 release, most recent version works even faster, but too unstable)

Detailed reproduction steps

Core and config missing in release

Details of any attempts to fix this yourself

No response

Details of any modifications you have made to Knulli.

  1. /usr/share/emulationstation/es_systems.cfg:
+  <system>
+        <fullname>3DO Interactive Multiplayer</fullname>
+        <name>3do</name>
+        <manufacturer>Panasonic - Sanyo - Goldstar</manufacturer>
+        <release>1993</release>
+        <hardware>console</hardware>
+        <path>/userdata/roms/3do</path>
+        <extension>.iso .chd .cue</extension>
+        <command>emulatorlauncher %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -gameinfoxml %GAMEINFOXML% -systemname %SYSTEMNAME%</command>
+        <platform>3do</platform>
+        <theme>3do</theme>
+        <emulators>
+            <emulator name="libretro">
+                <cores>
+                    <core default="true">opera</core>
+                </cores>
+            </emulator>
+        </emulators>
+  </system>
  1. put opera_libretro.so (MD5: f645d290a7395a2718864fea27967626) to /usr/lib/libretro
  2. Disable rewind in platform settings(for better performance)

Logs and data

No response

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

1 participant