Skip to content

Releases: nilp0inter/MiSTer_WebMenu

v0.5.0

07 Jun 21:11
5ad89d1
Compare
Choose a tag to compare

Features

  • Game catalog. Scan filesystem for ROMs (based on RetroArch Database). #11
  • Display ROMs screenshots in menu. #11
  • Filter found ROMs by name and/or folder. #11
  • Launch ROMs automatically via keyboard emulation. #12

Fixes

  • Avoid crash when no MRA/RBF are found. #15
  • Find mame ROMs under "games/{mame, hbmame}". #15
  • Find RBF files in the SD root. #15
  • Find RBF files under "_*/cores". #15

Known Bugs & Limitations

  • RBF files supporting MRA files are shown in the interface. This may be confusing to new users. See #16
  • Only Zip files containing one file can be loaded automatically. Zip files with more than one file are detected but incorrectly loaded. #19
  • Auto-loader doesn't support CD-based systems yet.
  • Curent ROM load method is based on a virtual keyboard. Any input from the user during the load process will result in a load failure. Don't mess with the controller during the load process.

Thanks

v0.5.0rc6

07 Jun 19:39
5ad89d1
Compare
Choose a tag to compare
v0.5.0rc6 Pre-release
Pre-release
feat: a better folder navigation for big filesystems

v0.5.0rc5

07 Jun 15:41
0f7b06b
Compare
Choose a tag to compare
v0.5.0rc5 Pre-release
Pre-release
feat: run content on custom core

v0.5.0rc4

07 Jun 01:26
faa4490
Compare
Choose a tag to compare
v0.5.0rc4 Pre-release
Pre-release
feat: load games from the web (missing some platforms)

v0.5.0rc3

06 Jun 22:06
2cd9588
Compare
Choose a tag to compare
v0.5.0rc3 Pre-release
Pre-release
feat: load game loader script on boot

v0.5.0rc2

06 Jun 19:44
bc21ba5
Compare
Choose a tag to compare
v0.5.0rc2 Pre-release
Pre-release
fix: add debug trace on rbf/mra scan

v0.5.0rc1

06 Jun 19:14
83be117
Compare
Choose a tag to compare
v0.5.0rc1 Pre-release
Pre-release
feature: implement game folders scanning

v0.4.2rc2

06 Jun 12:24
cd9ef77
Compare
Choose a tag to compare
v0.4.2rc2 Pre-release
Pre-release
fix: look for roms in games/{mame,hbmame}. Closes #17

v0.4.2rc1

05 Jun 14:44
a7b5640
Compare
Choose a tag to compare
v0.4.2rc1 Pre-release
Pre-release
fix: Avoid null on empty lists. Scan SD root for RDF. Scan "cores" su…

v0.4.1

10 May 22:45
1c58e6a
Compare
Choose a tag to compare

Fixes

  • Let the core scanner go down /media/fat/{mame,hbmame} while searching for .zip files

Thanks