jtothebell / fake-08

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

Suggestion: Folder support #125

Open DPS2004 opened 2 years ago

DPS2004 commented 2 years ago

Folders would make organization of games easier, such as putting all games in a series together, or all files of a multicart.

jtothebell commented 2 years ago

Yeah, this would definitely be helpful for large cart libraries and multicart games. The app should already have the ability to load a cart from an arbitrary location if it is passed as an argument, but obviously the default interface doesn't show those directories. So that will have to be updated, and I think there would have to be some other work to support loading multicart carts from a directory.