An addition to ethan's EmulatorJS, which is a basic games library that reads the contents of a roms folder for its library (?) as requested. Not the prettiest, but it works
Go to file
Ramaerel 01942e09e7 Conf changes and default game
Changed conf default to have beta turned off due to ui issues. Also updated the main library so that the first game in the menu is loaded if no game is chosen.
2022-07-27 12:59:10 +10:00
Source Conf changes and default game 2022-07-27 12:59:10 +10:00
LICENSE.md Create LICENSE.md 2022-07-26 13:33:08 +10:00
README.md Update README.md 2022-07-26 13:54:26 +10:00

Game LibraryBadge License

A game library extension for EmulatorJS


This add-on reads the contents of your ROMs
folder and uses it to display a games library. Roms
with common endings, like .iso, .bin or .zip, you
must also include the applicable extension before it.
A list is included in this readme with the additional
extensions, and will be updated as I go.

Example: Crash Bandicoot.psx.zip

To use systems that require a bios, like psx,
add the bios under the BIOS folder and name
it the according system .bin

Example: psx.bin


Installation

This is a drag and drop extension, with the
exception that it requires something to host
PHP files like XAMPP. Put your roms in the
/roms/ folder and bios in the /bios/ folder,
following the naming scheme shown here.

Extensions

The following extensions are used in
addition to common file extensions

PlayStation - .psx.*

Contributions

Any (positive) additions or changes are welcome and encouraged.