feat: Implemented romm saves for dolphin and xenia
feat: Implemented save backups for emulatorjs fix: Added support for rar archives fix: Moved to individual ini adjustments for pcsx2 and ppsspp to allow for user editing of configs
This commit is contained in:
parent
54dd9256e3
commit
7948bd24fa
36 changed files with 1103 additions and 243 deletions
|
|
@ -5,9 +5,10 @@ import games from "./games/games";
|
|||
import platforms from "./games/platforms";
|
||||
import auth from "./auth";
|
||||
import collections from "./games/collections";
|
||||
import emulatorjs from "./emulatorjs/emulatorjs";
|
||||
|
||||
export default new Elysia({ prefix: "/api/romm" })
|
||||
.use([games, platforms, collections, auth])
|
||||
.use([games, platforms, collections, auth, emulatorjs])
|
||||
.all("/*", async ({ request, set }) =>
|
||||
{
|
||||
set.headers["cross-origin-resource-policy"] = 'cross-origin';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue