PS2 is built, but doesn't execute correctly yet. Remove from ES temporarily.

This commit is contained in:
fewtarius 2022-09-10 08:25:17 -04:00
parent 7981b6405e
commit 8b6b89bf46
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 1 additions and 20 deletions

View file

@ -1446,25 +1446,6 @@
</emulator>
</emulators>
</system>
<system>
<name>ps2</name>
<fullname>PlayStation 2</fullname>
<manufacturer>Sony</manufacturer>
<release>2000</release>
<hardware>console</hardware>
<path>/storage/roms/ps2</path>
<extension>.iso .ISO .mdf .MDF .nrg .NRG .bin .BIN .img .IMG .dump .DUMP .gz .GZ .cso .CSO .chd .CHD</extension>
<command>/usr/bin/runemu.sh %ROM% -P%SYSTEM% --core=%CORE% --emulator=%EMULATOR% --controllers="%CONTROLLERSCONFIG%"</command>
<platform>ps2</platform>
<theme>ps2</theme>
<emulators>
<emulator name="pcsx2">
<cores>
<core default="true">pcsx2</core>
</cores>
</emulator>
</emulators>
</system>
<system>
<name>psp</name>
<fullname>PlayStation Portable</fullname>

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="6e6fdff"
PKG_VERSION="1ee4be9"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"