AmatCoder / mednaffe

A front-end (GUI) for mednafen emulator
GNU General Public License v3.0
429 stars 35 forks source link

"Recent files" feature #131

Closed xmypoeytpo closed 7 months ago

xmypoeytpo commented 3 years ago

Hello, I would like to see the "recent files" feature. Almost all emulators have this feature. I am also looking forward to 7zip archives support. And this is even more important than the "recent files" support. All of my roms stored in the archives. It is very inconvenient to keep them unpacked.

AmatCoder commented 3 years ago

"Recent files" feature could be implemented, thanks for suggestion.

But 7zip support is unlikely because mednafen emulator does not support it.

xmypoeytpo commented 3 years ago

Mednafen shouldn't support it . I mean multi rom archives. You have already this issue #4 . For example, MedGui Reborn, Nestopia, FCEUX support it. One archive can include up to 10-15 different roms. Such as Japanese, American version, various hacks and translations. If you unpack all this, you get a huge number of files.

nathanzachary commented 2 years ago

I, too, would really like to see a "Recent games" list as it can be a bit cumbersome to scroll through lists of thousands of titles. A possible method of implementing would be to look in $HOME/.mednafen/sav/ for save states and sort them by atime or mtime.

AmatCoder commented 7 months ago

Fixed with version 0.9.3.

nathanzachary commented 7 months ago

Thank you very much for implementing the "Open Recent" sub-menu; it's really helpful!