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
2023-07-05 00:04:40 +10:00
bios add folders 2023-07-03 11:13:38 +10:00
img add folders 2023-07-03 11:13:38 +10:00
inis add folders 2023-07-03 11:13:38 +10:00
roms add folders 2023-07-03 11:13:38 +10:00
fnc.php Complete rebuild, part 1. 2023-07-03 11:11:38 +10:00
index.php Complete rebuild, part 1. 2023-07-03 11:11:38 +10:00
play.php Complete rebuild, part 1. 2023-07-03 11:11:38 +10:00
README.md Complete rebuild, part 1. 2023-07-03 11:11:38 +10:00
settings.ini Update settings.ini 2023-07-05 00:04:40 +10:00
style.css Complete rebuild, part 1. 2023-07-03 11:11:38 +10:00
upload.php Complete rebuild, part 1. 2023-07-03 11:11:38 +10:00

Game LibraryBadge License

A game library extension for EmulatorJS


This add-on site allows users of EmulatorJS to manage ROMs, including a built-in (albeit basic) data and image scraper.

PSX has returned!

Installation

This is a drag and drop extension, with the
exception that it requires something to host
PHP files like XAMPP. After that, simply upload your roms.
Bulk rom uploading has been added to make this easier.

For image scraping, you will need to make an account with
https://rawg.io/apidocs and create an API key.
The API key will then need to be pasted into
the settings.ini file, under "key".

BIOS setup

To add BIOs for the systems that require it, simply
add the BIOs and rename it to console name.bin.
For example, the gba bios would be kept as /bios/gba.bin

For systems with multiple bios files, like psx or nds,
compress the files into a ZIP file and rename it from .zip
to .bin. This will allow the emulator to load the correct file
when required.