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-10-17 21:47:01 +07: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
saves Cloud Saving 2023-08-23 09:50:01 +10:00
fnc.php Cloud Saving 2023-08-23 09:50:01 +10:00
index.php Complete rebuild, part 1. 2023-07-03 11:11:38 +10:00
pclzip.lib.php for read file in zip (php) 2023-10-17 20:37:26 +07:00
play.php Update play.php 2023-10-17 21:47:01 +07:00
README.md Cloud Saving 2023-08-23 09:50:01 +10:00
saveState.php Fix errors on saveState.php 2023-09-02 22:58:03 +10:00
settings.ini Cloud Saving 2023-08-23 09:50:01 +10:00
style.css Complete rebuild, part 1. 2023-07-03 11:11:38 +10:00
upload.php Update upload.php 2023-08-28 22:08:17 +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.

I've taken out image scraping for now, I will try to add it in with more options etc with the rebuild.
Instead, I've given cloud save options!

BIOS setup

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