diff --git a/es-configs/es_systems.xml b/es-configs/es_systems.xml
index b9da6c2e..31f064bc 100644
--- a/es-configs/es_systems.xml
+++ b/es-configs/es_systems.xml
@@ -1337,7 +1337,7 @@
psp
psp
-
+
psx
Sony PlayStation
diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml
index 14c2428a..c7d4fdf2 100644
--- a/net.retrodeck.retrodeck.yml
+++ b/net.retrodeck.retrodeck.yml
@@ -1261,6 +1261,24 @@ modules:
# Ryujinx - END
+ # Vita3K - START
+
+ - name: Vita3K
+ buildsystem: simple
+ build-commands:
+ - |
+ mkdir -p ${FLATPAK_DEST}/vita3k
+ cp -r * ${FLATPAK_DEST}/vita3k
+ chmod +x ${FLATPAK_DEST}/vita3k/Vita3K
+ rm -f ${FLATPAK_DEST}/vita3k/update-vita3k.sh
+ ln -s ${FLATPAK_DEST}/vita3k/Vita3K /app/bin/Vita3K
+ sources:
+ - type: archive
+ url: https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip
+ sha256: VITASHAPLACEHOLDER
+
+ # Vita3K - END
+
# External manifests end
- name: retrodeck
diff --git a/tools/configurator.sh b/tools/configurator.sh
index 41679ace..e69e5422 100644
--- a/tools/configurator.sh
+++ b/tools/configurator.sh
@@ -35,6 +35,7 @@ source /app/libexec/global.sh
# - Primehack
# - RPCS3
# - Ryujinx
+# - Vita3K
# - XEMU
# - Yuzu
# - Tools
@@ -441,6 +442,7 @@ configurator_open_emulator_dialog() {
"Primehack" "Open the Metroid Prime emulator Primehack" \
"RPCS3" "Open the PS3 emulator RPCS3" \
"Ryujinx" "Open the Switch emulator Ryujinx" \
+ "Vita3K" "Open the PSVita emulator Vita3K" \
"XEMU" "Open the Xbox emulator XEMU" \
"Yuzu" "Open the Switch emulator Yuzu")
@@ -490,6 +492,10 @@ configurator_open_emulator_dialog() {
ryujinx-wrapper
;;
+ "Vita3K" )
+ Vita3K
+ ;;
+
"XEMU" )
xemu
;;