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

Retroarch #52

Open
zAlucard opened this issue Aug 27, 2023 · 1 comment
Open

Retroarch #52

zAlucard opened this issue Aug 27, 2023 · 1 comment
Labels
question Further information is requested wontfix This will not be worked on

Comments

@zAlucard
Copy link

Is there anyway to get this running in retroarch?

@Vegz78 Vegz78 added question Further information is requested wontfix This will not be worked on labels May 8, 2024
@Vegz78
Copy link
Owner

Vegz78 commented May 8, 2024

Hi @zAlucard,

Thanks for trying out McAirpos and sorry for my late reply!

Any progress that you could report back on this issue?

The compatibility for different systems, lies in the MakeCode Arcade executable .elf game file itself, which has these properties:
arcade-jumpy-platformer.elf: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.26, BuildID[sha1]=1345002c7e1eb0f7585105314513524afbaf24dd, stripped

This means that these MakeCode Arcade .elf game files in theory should run on any ARM 32-bit Linux system/distribution(Also on 64-bit systems, if you include the 32-bit runtime, which I do for the Batocera installation, which is 64-bit).

A start could be to proceed as outlined here to install, but without the RetroPie/EmulationStation steps:
https://github.com/Vegz78/McAirpos?tab=readme-ov-file#manual-installation-for-retropierpi-os

Here's how to launch from the command line:
https://github.com/Vegz78/McAirpos#Usage

To get it all to launch from the RetroArch menu, you have to set it up there accordingly.

I have no plans to implement automatic installation support for McAirpos on RetroArch(or Lakka or other retro games systems), since I have more than enough work ahead keeping it working with newer versions of Recalbox, Batocera and RetroPie, which in my impression also are the most used. But you are welcome to either fork this project and implement such support yourself, or solve it in a pull request which I could merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants