From 9c370ccda5be6ae2dd68203c1e83b33f18c955be Mon Sep 17 00:00:00 2001 From: thelamer Date: Mon, 15 Nov 2021 15:40:20 -0800 Subject: [PATCH] updating psx libretro to be default emulator --- README.md | 2 +- metadata/default_files.json | 2 +- package.json | 2 +- public/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ec68fa..d9dfb0a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The purpose of this application is to provide a self hosted solution for people This idea was born from a single need, I wanted to run retro games on my Xbox which now includes a modern chromium based web browser with Microsoft Edge. Web based emulators are popular online but always ingesting roms from external sources is a pain not to mention prone to being taken down at any time, also their interfaces are never designed around basic controller input making navigation difficult with something like an Xbox controller. -**It is important to note that the current emulator used for this frontend is obfuscated code, efforts are being made to [reverese engineer it](https://github.com/ethanaobrien/emulatorjs/) but you should know it can potentially reach out to third party services if you manually enable features like netplay (this should never happen in a stock setup). We are in the process to transitioning to libretro cores for emulators, currently 26/30 emulators have been replaced.** +**It is important to note that the current emulator used for this frontend is obfuscated code, efforts are being made to [reverese engineer it](https://github.com/ethanaobrien/emulatorjs/) but you should know it can potentially reach out to third party services if you manually enable features like netplay (this should never happen in a stock setup). We are in the process to transitioning to libretro cores for emulators, currently 27/30 emulators have been replaced.** ## For Users diff --git a/metadata/default_files.json b/metadata/default_files.json index 6f1beff..80ff488 100644 --- a/metadata/default_files.json +++ b/metadata/default_files.json @@ -621,7 +621,7 @@ }, { "file":"/data/config/psx.json", - "cid":"QmUBMVyuhrKd6sY7CCSubfb5cEUQXrRoJdP99EgMTDRUVi" + "cid":"Qma4M5jcHXMWiHAVSchgF6kZ4sBzSS3q5kZKWpYHxWsCTj" }, { "file":"/data/config/pce.json", diff --git a/package.json b/package.json index b8a5bdf..c7af5fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emulatorjs", - "version": "1.3.1", + "version": "1.3.2", "description": "Rom and art management utility for generating configuration files for use with the EmulatorJS frontend", "main": "index.js", "author": "thelamer", diff --git a/public/index.html b/public/index.html index 69529a1..93d5967 100644 --- a/public/index.html +++ b/public/index.html @@ -106,7 +106,7 @@

General Emulation

  • Neo Geo Pocket (color)- https://github.com/libretro/beetle-ngp-libretro
  • Odyssey2- https://github.com/libretro/libretro-o2em
  • PC Engine (TurboGrafx-16)- https://github.com/libretro/beetle-pce-fast-libretro
  • -
  • Playstation- https://www.emulatorjs.com/psx.html
  • +
  • Playstation- https://github.com/thelamer/beetle-psx-libretro
  • Sega 32x- https://www.emulatorjs.com/sega32x.html
  • Sega CD- https://github.com/libretro/Genesis-Plus-GX
  • Sega Game Gear- https://github.com/libretro/Genesis-Plus-GX