Rebuilt from the ground up. Removed the accounts system (Can bring it back if it's wanted), added data scraping, added BIOs support, added PSX
1.3 KiB
Game Library 
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.