jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
559 stars 49 forks source link

3ds folder and binary same base filename #221

Open AlbertoDiazC opened 7 months ago

AlbertoDiazC commented 7 months ago

In the 3ds port, the executable has the name

FAKE-08.3dsx

whereas the used folder (in which the settings.ini and cdata is created) doesn't have the hyphen,

sdmc:/3ds/fake08

These don't match exactly. The standard 3ds homebrew launcher expects the same base name so it is shown just once and with the correct icon.

It's just cosmetic but a bit annoying. The folder could be sdmc:/3ds/fake-08 (caps don't matter), or alternatively the executable be FAKE08.3dsx

Thank you for your work.