giongto35 / cloud-game

Web-based Cloud Gaming service for Retro Game
https://www.youtube.com/watch?v=GUBrJGAxZZg
Apache License 2.0
2.32k stars 348 forks source link

error: core mapping not found for darwin:arm64 #375

Closed o-u-p closed 2 years ago

o-u-p commented 2 years ago

when execute make dev.run cannot run on Mac M1

image
sergystepanov commented 2 years ago

There is no mapping for the core auto-downloder on ARM Macs, so needed cores can be downloaded and placed into the cores (asset/cores) folders manually from here: https://buildbot.libretro.com/nightly/apple/osx/arm64/latest/. Default cores are described here: https://github.com/giongto35/cloud-game/blob/master/configs/config.yaml#L157.

sergystepanov commented 2 years ago

Feel free to test it with the latest commit. Mupen64 is not present in the official repository (RetroArch) so you could try to build it yourself (https://github.com/libretro/mupen64plus-libretro-nx) on your system and put it in the cores folder.