meepingsnesroms / Mu

A new Palm OS emulator targeting compatibility, speed and accuracy in that order.
https://meepingsnesroms.github.io/
183 stars 33 forks source link

RetroArch: accept/load PRC filetype #58

Closed gingerbeardman closed 5 years ago

gingerbeardman commented 5 years ago

as title.

The way I would expect it working would be:

  1. start core
  2. look for palmos41-en-m515.rom in RetroArch system directory
  3. accept PRC file types, temporarily copy them into RAM and launch

It's odd, but given my experience with the PX68k core, RetroArch users do not seem to want persistent devices (even if that's how they are IRL) but rather a core as a device for running a game/app in demand.

meepingsnesroms commented 5 years ago

Done, may still be buggy but it loads.

gingerbeardman commented 5 years ago

Thanks again!

paradadf commented 5 years ago

@meepingsnesroms do we need to compile the core with EMU_HAVE_FILE_LAUNCHER=1 for libretro?

parkerlreed commented 5 years ago

@paradadf No. The default compile works fine.