mirror of
https://github.com/libretro/Mu.git
synced 2026-02-14 05:35:20 +00:00
Palm files not associated with Mu core #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gab on GitHub (Sep 24, 2022).
Running on Retroarch 1.10.3 with Mu 1.3.0
1361da0401.palmos41-en-m515.rom checksum is 83CB1D1C76E568B916DC2E7C0BF669F6
Retroarch doesn't recognize any of the .prc, .pdb, etc file types as belonging to the Mu core. The only way I managed to make it load a file was through a manual filter, picking the folder, core and file extensions myself.
(There's also no way to load multiple files btw, loading a file restarts the emulator - that's on a fresh Retroarch install and I haven't found any option to change this behavior. The only workaround seems to be creating a RAM file in advance through the RamBuilder (which is essentially the Qt version IIUC), but that's pretty obscure and only available in the parent repo.)
@gingerbeardman commented on GitHub (Sep 26, 2022):
Indeed, you have to use RAM Builder
@gab commented on GitHub (Sep 26, 2022):
You don't have to. As stated above, if you're only launching a single .prc file, manually associating with the core works.
So it's worth associating the core with those file types properly.
@gingerbeardman commented on GitHub (Sep 26, 2022):
Sorry, I was referring only to your point about multiple files
@XerTheSquirrel commented on GitHub (Oct 2, 2022):
I figured out the issue for this and will be putting in a fix, as for multiple files I might just implement ZIP support real quickly and see if I can get that done. I am just keeping this issue to the file associations.
@XerTheSquirrel commented on GitHub (Oct 2, 2022):
I added all the files into the supported entries, and also added ZIP for future work.
@gab commented on GitHub (Oct 2, 2022):
Thanks!