Skip to content

Commit

Permalink
updating psx libretro to be default emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Nov 15, 2021
1 parent 26342de commit 9c370cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion metadata/default_files.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@
},
{
"file":"/data/config/psx.json",
"cid":"QmUBMVyuhrKd6sY7CCSubfb5cEUQXrRoJdP99EgMTDRUVi"
"cid":"Qma4M5jcHXMWiHAVSchgF6kZ4sBzSS3q5kZKWpYHxWsCTj"
},
{
"file":"/data/config/pce.json",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2>General Emulation</h2>
<li>Neo Geo Pocket (color)- <a href="https://github.com/libretro/beetle-ngp-libretro">https://github.com/libretro/beetle-ngp-libretro</a></li>
<li>Odyssey2- <a href="https://github.com/libretro/libretro-o2em">https://github.com/libretro/libretro-o2em</a></li>
<li>PC Engine (TurboGrafx-16)- <a href="https://github.com/libretro/beetle-pce-fast-libretro">https://github.com/libretro/beetle-pce-fast-libretro</a></li>
<li>Playstation- <a href="https://www.emulatorjs.com/psx.html">https://www.emulatorjs.com/psx.html</a></li>
<li>Playstation- <a href="https://github.com/thelamer/beetle-psx-libretro">https://github.com/thelamer/beetle-psx-libretro</a></li>
<li>Sega 32x- <a href="https://www.emulatorjs.com/sega32x.html">https://www.emulatorjs.com/sega32x.html</a></li>
<li>Sega CD- <a href="https://github.com/libretro/Genesis-Plus-GX">https://github.com/libretro/Genesis-Plus-GX</a></li>
<li>Sega Game Gear- <a href="https://github.com/libretro/Genesis-Plus-GX">https://github.com/libretro/Genesis-Plus-GX</a></li>
Expand Down

0 comments on commit 9c370cc

Please sign in to comment.