Hacking RELEASE Painless Linux - it's Linux, but painless (Windows, Mac OS, Linux & Android)

  • Thread starter Thread starter natinusala
  • Start date Start date
  • Views Views 81,372
  • Replies Replies 365
  • Likes Likes 50
Dolphin isn't in libretro-super but that's the idea. The command would be "platform=arm64 make -C /Source/Core/DolphinLibretro" from this repo https://github.com/libretro/dolphin

You'll have to edit the makefile and the rules to :
  • accept arm64 arch
  • remove bad compiler flags (like -msse2)
  • add the arm64jit
See this file : https://github.com/lakka-switch/Lak...tro/ppsspp/patches/ppsspp-arm-arm64-fix.patch

It's the similar work I've done on PPSSPP.

Thanks, I'll look into this and see if I can figure it out. GC games on the go would be absolute fire!
 
I gave up and I git reset --HARD to flush everything. Editing the makefile is the easy part though : look at the CMakeLists.txt to see which files are compiled for ARM64. You'll have to edit libretro.mk, common.mk, core.mk and video_common.mk IIRC

Something I didn't try was to build the Android target for ARM64, it might work out of the box
 
I gave up and I git reset --HARD to flush everything. Editing the makefile is the easy part though : look at the CMakeLists.txt to see which files are compiled for ARM64. You'll have to edit libretro.mk, common.mk, core.mk and video_common.mk IIRC

Something I didn't try was to build the Android target for ARM64, it might work out of the box

any news about reicast
 

Site & Scene News

Popular threads in this forum