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: look for palmos rom in system directory #57

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, "Start Core" loads the standard device and loading content boots to the homescreen with the app installed.

gingerbeardman commented 5 years ago

Thank you