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 e6646c844a Added beta to conf
The BETA cores can be enabled through the conf file
2022-07-27 12:20:09 +10:00
Source Added beta to conf 2022-07-27 12:20:09 +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.