Please check the know issues in the Wiki under General Infomration.
+
+
+ https://github.com/XargonWan/RetroDECK/releases/tag/0.7.2b
diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml
index 64a079ed..4a0c82f7 100644
--- a/net.retrodeck.retrodeck.yml
+++ b/net.retrodeck.retrodeck.yml
@@ -1,11 +1,11 @@
app-id: net.retrodeck.retrodeck
runtime: org.kde.Platform
-runtime-version: 5.15-22.08
+runtime-version: "6.5"
sdk: org.kde.Sdk
sdk-extensions:
- - org.freedesktop.Sdk.Extension.llvm14 # Needed for rpcs3
-base: io.qt.qtwebengine.BaseApp # Needed for Yuzu
-base-version: 5.15-22.08 # Needed for Yuzu
+ - org.freedesktop.Sdk.Extension.llvm16 # Needed for rpcs3 (llvm15) but llvm16 for CITRA
+# base: io.qt.qtwebengine.BaseApp # Needed for Yuzu - Disabled as we're using AppImage for Yuzu
+# base-version: "6.5" # Needed for Yuzu - Disabled as we're using AppImage for Yuzu
command: retrodeck.sh
add-extensions:
@@ -40,6 +40,8 @@ finish-args:
# It allows an SDL application to specify its window class, which can be useful for window managers and desktop environments to identify and group similar windows
- --env=SDL_VIDEO_X11_WMCLASS=net.retrodeck.retrodeck
- --env=SDL_VIDEO_WAYLAND_WMCLASS=net.retrodeck.retrodeck
+ # XEMU - Fixes issues with openSUSE systems, QEMU_AUDIO_DRV is defined as "pa" causing xemu to not launch
+ - --unset-env=QEMU_AUDIO_DRV
cleanup:
# ES-DE
@@ -61,13 +63,13 @@ cleanup:
# XMLSTARLET
- /lib/debug
- /share/runtime
-cleanup-commands:
+#cleanup-commands:
# Yuzu
- - /app/cleanup-BaseApp.sh
+ #- /app/cleanup-BaseApp.sh
modules:
- # dependency of: CEMU
+ # dependency of: CEMU, CITRA, DOLPHIN
- rd-submodules/shared-modules/libusb/libusb.json
# This module is used to define the RetroDECK version
@@ -84,8 +86,10 @@ modules:
build-commands:
- |
- # on main please update this with the version variable, eg: VERSION='0.7.0b'
- VERSION=0.7.2b
+ # on main please update this with the version variable, eg: VERSION='0.7.3b'
+ # on cooker will be THISBRANCH
+ VERSION=0.7.3b
+
git checkout ${GITHUB_REF_NAME}
mkdir -p ${FLATPAK_DEST}/retrodeck/
@@ -118,10 +122,10 @@ modules:
- ln -s "xml" "${FLATPAK_DEST}/bin/xmlstarlet" ||:
# mesa repo got a double certificate issue and gnutils cannot handle that so GLU download fails,
- # this affects even the shared-modules's glu so I have to replace it temporarly
+ # this affects even the shared-modules's libglu so I have to replace it temporarly
# more info there: https://gitlab.com/gnutls/gnutls/-/issues/1335
- # dependency of: CEMU
- - name: glu
+ # dependency of: RETROARCH, CEMU, RPCS3, XEMU
+ - name: libglu
buildsystem: meson
cleanup:
- /include
@@ -130,8 +134,16 @@ modules:
- /lib/*.a
sources:
- type: archive
- url: https://ftp.osuosl.org/pub/blfs/conglomeration/glu/glu-9.0.2.tar.xz
- sha256: 6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4
+ url: https://ftp.osuosl.org/pub/blfs/conglomeration/glu/glu-9.0.3.tar.xz
+ sha256: bd43fe12f374b1192eb15fe20e45ff456b9bc26ab57f0eee919f96ca0f8a330f
+ # - type: archive
+ # url: https://mesa.freedesktop.org/archive/glu/glu-9.0.3.tar.xz
+ # sha256: bd43fe12f374b1192eb15fe20e45ff456b9bc26ab57f0eee919f96ca0f8a330f
+ # x-checker-data:
+ # type: anitya
+ # project-id: 13518
+ # stable-only: true
+ # url-template: https://mesa.freedesktop.org/archive/glu/glu-$version.tar.xz
- name: libgudev
buildsystem: meson
@@ -219,24 +231,106 @@ modules:
url: https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64
sha256: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
- # dependency of: CEMU (13.0.0)
+ # dependency of: CEMU (13.1.1), CITRA (13.0.0)
- name: glslang
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DENABLE_CTEST=OFF
+ # TODO: Does Cemu benefit from SPIRV-Tools-opt
+ - -DENABLE_OPT=OFF
cleanup:
- /include
- /lib/cmake
sources:
- type: archive
- url: https://github.com/KhronosGroup/glslang/archive/13.0.0.tar.gz
- sha256: bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715
+ url: https://github.com/KhronosGroup/glslang/archive/13.1.1.tar.gz
+ sha256: 1c4d0a5a38c8aaf89a2d7e6093be734320599f5a6775b2726beeb05b0c054e66
+ # url: https://github.com/KhronosGroup/glslang/archive/13.0.0.tar.gz
+ # sha256: bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715
x-checker-data:
type: anitya
stable-only: true
project-id: 205796
url-template: https://github.com/KhronosGroup/glslang/archive/$version.tar.gz
+ # - type: git
+ # url: https://github.com/KhronosGroup/SPIRV-Tools.git
+ # tag: sdk-1.3.261.1
+ # dest: External/spirv-tools
+ # - type: git
+ # url: https://github.com/KhronosGroup/SPIRV-Headers.git
+ # tag: sdk-1.3.261.1
+ # dest: External/spirv-tools/external/spirv-headers
+
+ # enables motion controls on non-wii controllers (switch, ps4, etc)
+ # dependency of: DOLPHIN, RPCS3
+ # TODO: requires a udev rule enabling Motion Sensors access
+ - name: libevdev
+ buildsystem: meson
+ config-opts:
+ - -Dtests=disabled
+ - -Ddocumentation=disabled
+ sources:
+ - type: archive
+ url: https://www.freedesktop.org/software/libevdev/libevdev-1.13.1.tar.xz
+ sha256: 06a77bf2ac5c993305882bc1641017f5bec1592d6d1b64787bad492ab34f2f36
+ x-checker-data:
+ type: anitya
+ project-id: 20540
+ stable-only: true
+ url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz
+
+ # dependency of: CITRA, CEMU
+ - name: rapidjson
+ buildsystem: cmake-ninja
+ config-opts:
+ - -DRAPIDJSON_BUILD_DOC=OFF
+ - -DRAPIDJSON_BUILD_EXAMPLES=OFF
+ - -DRAPIDJSON_BUILD_TESTS=OFF
+ - -DRAPIDJSON_BUILD_THIRDPARTY_GTEST=OFF
+ cleanup:
+ - /include
+ - /lib/cmake
+ - /lib/pkgconfig
+ - /share/doc
+ sources:
+ - type: archive
+ url: https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.tar.gz
+ sha256: bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
+ x-checker-data:
+ type: anitya
+ project-id: 7422
+ stable-only: true
+ url-template: https://github.com/Tencent/rapidjson/archive/refs/tags/v$version.tar.gz
+
+ # dependency of: CEMU, ES-DE
+ - name: pugixml
+ buildsystem: cmake-ninja
+ config-opts:
+ - -DBUILD_SHARED_LIBS=ON
+ cleanup:
+ - /include
+ - /lib/cmake
+ - /lib/pkgconfig
+ sources:
+ - type: archive
+ url: https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz
+ sha256: 2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015
+ x-checker-data:
+ type: anitya
+ project-id: 3728
+ url-template: https://github.com/zeux/pugixml/releases/download/v$version/pugixml-$version.tar.gz
+
+ # dependency of: CEMU, RPCS3
+ - rd-submodules/shared-modules/glew/glew.json
+
+ # dependency of: XEMU, MelonDS
+ - name: libslirp
+ buildsystem: meson
+ sources:
+ - type: git
+ url: https://gitlab.freedesktop.org/slirp/libslirp.git
+ tag: v4.7.0
# ES-DE - START
# https://gitlab.com/es-de/emulationstation-de
@@ -273,24 +367,6 @@ modules:
- sed -i 's|-o root -g root ||' ./Makefile.gnu
- sed -i 's|/usr|/app|' ./Makefile.gnu
- # dependency of: CEMU
- - name: pugixml
- buildsystem: cmake-ninja
- config-opts:
- - -DBUILD_SHARED_LIBS=ON
- cleanup:
- - /include
- - /lib/cmake
- - /lib/pkgconfig
- sources:
- - type: archive
- url: https://github.com/zeux/pugixml/releases/download/v1.13/pugixml-1.13.tar.gz
- sha256: 40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe
- x-checker-data:
- type: anitya
- project-id: 3728
- url-template: https://github.com/zeux/pugixml/releases/download/v$version/pugixml-$version.tar.gz
-
- name: libgit2
buildsystem: cmake-ninja
config-opts:
@@ -330,7 +406,7 @@ modules:
sources:
- type: git
url: https://gitlab.com/es-de/emulationstation-de
- branch: 5545187d82fabf93256b7d176f39a0a98bcd6c54
+ branch: 77bf5ed8a03c5d065512cded36e4fb3bea90f4df
- type: shell
commands:
- sed -i 's#"EMULATIONSTATION-DE V" + Utils::String::toUpper(PROGRAM_VERSION_STRING)#"RetroDECK
@@ -490,7 +566,7 @@ modules:
sources:
- type: archive
url: https://buildbot.libretro.com/stable/1.16.0/linux/x86_64/RetroArch_cores.7z
- sha256: 156dede0c04cac1fee4bdb36128c19c396307f2369e5c1fc99fda29453bca184
+ sha256: a149d34662516d791e8f90507d1107949cb158196d6bbf75105c649fb26504b6
- name: retroarch-sameduck-core
buildsystem: simple
@@ -543,10 +619,8 @@ modules:
- -DUSE_SYSTEM_FFMPEG=OFF
- -DUSE_SYSTEM_LIBZIP=ON
- -DUSE_SYSTEM_ZSTD=ON
-
- -DUSE_WAYLAND_WSI=ON
- -DUSING_QT_UI=OFF
-
- -DBUILD_TESTING=OFF
- -DOpenGL_GL_PREFERENCE=GLVND
build-options:
@@ -562,8 +636,8 @@ modules:
sources:
- type: git
url: &ppsspp-url https://github.com/hrydgard/ppsspp.git
- tag: v1.16.3
- commit: a9b6421dfde68be9d065b51e9d519699ce2e9053
+ tag: v1.16.6
+ commit: ba0ce344937d17e177ec8656ab957f6b82facdda
x-checker-data:
type: json
url: https://api.github.com/repos/hrydgard/ppsspp/releases/latest
@@ -602,43 +676,63 @@ modules:
- ln -s "${FLATPAK_DEST}/yuzu/usr/bin/yuzu" "${FLATPAK_DEST}/bin/yuzu"
sources:
- type: file
- url: https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1567/yuzu-mainline-20230923-ace91dd0c.AppImage
- sha256: 965bdfa63e713a0672fb5a037ecb527b4860600c6a2526f7c053bfe082b5a9d8
+ url: https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1618/yuzu-mainline-20231112-3cff94a38.AppImage
+ sha256: 4e92d6daeb1f288ca18950ed47b068fb971766ee386b012b9400b5caecad4246
# Yuzu - END
# CITRA - START
- # DO NOT UPDATE! WENT ON QT6
# https://github.com/flathub/org.citra_emu.citra
- rd-submodules/shared-modules/SDL2/SDL2-with-libdecor.json
+ - rd-submodules/shared-modules/SDL2/SDL2-with-libdecor.json
+
- name: citra
buildsystem: cmake-ninja
builddir: true
+ build-options:
+ env:
+ CI: '1'
+ GITHUB_ACTIONS: '1'
+ GITHUB_REPOSITORY: citra-emu/citra-nightly
+ GITHUB_REF_NAME: nightly-2025
+ append-path: /usr/lib/sdk/llvm16/bin
+ prepend-ld-library-path: /usr/lib/sdk/llvm16/lib
+ cflags: '-Wno-unused-command-line-argument'
+ cxxflags: '-Wno-unused-command-line-argument'
config-opts:
- '-DCMAKE_BUILD_TYPE=Release'
- - '-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON'
- - '-DENABLE_LTO=ON'
+ - '-DCMAKE_C_COMPILER=clang'
+ - '-DCMAKE_CXX_COMPILER=clang++'
+ - '-DCMAKE_LINKER=lld'
- '-DENABLE_QT_TRANSLATION=ON'
- '-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON'
+ - '-DUSE_DISCORD_PRESENCE=ON'
- '-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF'
- # - '-DENABLE_FFMPEG_VIDEO_DUMPER=ON'
- # FFMPEG VIDEO DUMPER was disabled because of this: https://github.com/citra-emu/citra/issues/5949
- '-DUSE_SYSTEM_SDL2=ON'
- - '-DCMAKE_POLICY_DEFAULT_CMP0069=NEW'
- - '-DENABLE_FDK=ON'
cleanup:
- /share/man
- /share/pixmaps
post-install:
- - install -Dm644 ../dist/citra.svg /app/share/icons/hicolor/scalable/apps/citra.svg
- - install -Dm644 ../dist/icon.png /app/share/icons/hicolor/512x512/apps/citra.png
+ - install -Dm755 ../citra-launcher.sh /app/bin/citra-launcher
+ - >-
+ install -Dm644 ../org.citra_emu.citra.svg
+ /app/share/icons/hicolor/scalable/apps/citra.svg
+ - >-
+ install -Dm644 ../dist/icon.png
+ /app/share/icons/hicolor/512x512/apps/citra.png
+ - >-
+ mv /app/share/mime/packages/citra.xml
+ /app/share/mime/packages/org.citra_emu.citra.xml
+ - >-
+ sed 's/citra/org.citra_emu.citra/g' -i
+ /app/share/mime/packages/org.citra_emu.citra.xml
sources:
- type: archive
url: >-
- https://github.com/citra-emu/citra-nightly/releases/download/nightly-1898/citra-unified-source-20230504-70335a7.tar.xz
- sha256: b320585bd8c4c075f63d3d9c74b830718e58fcf04d987a5dcead402a72abf753
+ https://github.com/citra-emu/citra-nightly/releases/download/nightly-2025/citra-unified-source-20231105-998b9a9.tar.xz
+ sha256: ebf52af66c6ef729688a29d093d9139baa76973b698c0630a295f38d126cf118
x-checker-data:
type: json
url: https://api.github.com/repos/citra-emu/citra-nightly/releases/latest
@@ -647,9 +741,10 @@ modules:
.assets[] | .browser_download_url |
match("https://.+citra-unified-source-.+.xz$") | .string
is-main-source: true
- - type: patch
- path: rd-submodules/citra/unified-source-compat.patch
-
+ - type: file
+ path: rd-submodules/citra/org.citra_emu.citra.svg
+ - type: file
+ path: rd-submodules/citra/citra-launcher.sh
# CITRA - END
@@ -668,62 +763,15 @@ modules:
- ln -s "${FLATPAK_DEST}/pcsx2-qt/usr/bin/pcsx2-qt" "${FLATPAK_DEST}/bin/pcsx2-qt"
sources:
- type: file
- url: https://github.com/PCSX2/pcsx2/releases/download/v1.7.5059/pcsx2-v1.7.5059-linux-appimage-x64-Qt.AppImage
- sha256: a51addc9bd15b77e842160acecb1f18486f8a024e5e73e8aea5de71de2b164c7
+ url: https://github.com/PCSX2/pcsx2/releases/download/v1.7.5186/pcsx2-v1.7.5186-linux-appimage-x64-Qt.AppImage
+ sha256: 9fd8108c11fd273a4a0c801a6ee2da802643966e61e0a53528f7dd023ece55dd
# PCSX2 - END
# Dolphin - START
- # DO NOT UPDATE! WENT ON QT6
# https://github.com/flathub/org.DolphinEmu.dolphin-emu
# WHEN UPADTING: remember to update rd-submodules/dolphin contents
- # needed for the emulate bluetooth adapter feature to work
- - name: bluez
- config-opts:
- - --enable-library
- - --disable-manpages
- - --disable-udev
- - --disable-tools
- - --disable-cups
- - --disable-monitor
- - --disable-client
- - --disable-systemd
- - --disable-a2dp
- - --disable-avrcp
- - --disable-network
- - --disable-obex
- - --disable-bap
- - --disable-mcp
- - --with-dbusconfdir=/app/etc
- - --with-dbussessionbusdir=/app/usr/lib/system-services
- sources:
- - type: archive
- url: https://www.kernel.org/pub/linux/bluetooth/bluez-5.66.tar.xz
- sha256: 39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574
- x-checker-data:
- type: anitya
- project-id: 10029
- stable-only: true
- url-template: https://www.kernel.org/pub/linux/bluetooth/bluez-$version.tar.xz
-
- # enables motion controls on non-wii controllers (switch, ps4, etc)
- # requires a udev rule enabling Motion Sensors access
- - name: libevdev
- buildsystem: meson
- config-opts:
- - -Dtests=disabled
- - -Ddocumentation=disabled
- sources:
- - type: archive
- url: https://www.freedesktop.org/software/libevdev/libevdev-1.13.0.tar.xz
- sha256: 9edf2006cc86a5055279647c38ec923d11a821ee4dc2c3033e8d20e8ee237cd9
- x-checker-data:
- type: anitya
- project-id: 20540
- stable-only: true
- url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz
-
# needed for screensaver inhibition
- name: xdg-screensaver-shim
buildsystem: meson
@@ -751,7 +799,7 @@ modules:
# fatal: remote transport reported error
# url: ssh://git@github.com/dolphin-emu/dolphin.git
url: https://github.com/dolphin-emu/dolphin.git
- commit: 46b99671d9158e0ca840c1d8ef249db0f321ced7
+ commit: 032c77b462a220016f23c5079e71bb23e0ad2adf
x-checker-data:
type: json
url: https://dolphin-emu.org/update/latest/beta
@@ -846,8 +894,8 @@ modules:
sources:
- type: git
url: https://github.com/xemu-project/xemu.git
- tag: v0.7.98
- commit: 7bfb7c85378f64f93556c365ea0cc18cb2181dc8
+ tag: v0.7.116
+ commit: b3fc80b3a83fa99aeb541a0c665cfb596cedd71c
x-checker-data:
type: json
url: https://api.github.com/repos/xemu-project/xemu/releases/latest
@@ -871,15 +919,11 @@ modules:
# https://github.com/flathub/net.kuribo64.melonDS
# ちっちゃい、かわいい!
- - name: libslirp
- buildsystem: meson
- sources:
- - type: git
- url: https://gitlab.freedesktop.org/slirp/libslirp.git
- tag: v4.7.0
- name: melonds
buildsystem: cmake-ninja
builddir: true
+ config-opts:
+ - -DUSE_QT6=ON
build-options:
arch:
aarch64:
@@ -895,15 +939,8 @@ modules:
# MELONDS - END
# RPCS3 - START
- # DO NOT UPDATE! WENT ON QT6
# https://github.com/flathub/net.rpcs3.RPCS3
- # glu issue, check glu module for more info
- #- rd-submodules/shared-modules/glu/glu-9.json
-
- # dependency of: CEMU
- - rd-submodules/shared-modules/glew/glew.json
-
- name: rpcs3
buildsystem: cmake-ninja
builddir: true
@@ -924,14 +961,12 @@ modules:
ldflags: -fuse-ld=lld
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
- #- -DBUILD_LLVM_SUBMODULE=ON this was replaced by the fllowing:
- -DBUILD_LLVM=OFF
- -DUSE_NATIVE_INSTRUCTIONS=OFF
- -DUSE_PRECOMPILED_HEADERS=OFF
- -DUSE_SDL=ON
- -DUSE_SYSTEM_CURL=ON
- # Disabled this to force RPCS3 to use our built FFMPEG
- - -DUSE_SYSTEM_FFMPEG=OFF
+ - -DUSE_SYSTEM_FFMPEG=OFF # Disabled this to force RPCS3 to use our built FFMPEG
- -DUSE_SYSTEM_LIBPNG=ON
- -DUSE_SYSTEM_SDL=ON
- -DUSE_SYSTEM_ZLIB=ON
@@ -940,14 +975,13 @@ modules:
- cp /usr/lib/sdk/llvm16/lib/libLLVM-16.so /app/lib/
- |-
set -eux
-
COMM_TAG="$(awk -F'[\{,]' '/version{.*}/{printf "%d.%d.%d", $2, $3, $4}' ../rpcs3/rpcs3_version.cpp)"
COMM_COUNT="$(git rev-list --count HEAD)";
COMM_HASH="$(git rev-parse --short=8 HEAD)";
sources:
- type: git
url: https://github.com/RPCS3/rpcs3.git
- commit: a828c214b5c0b87b81fcd13ff3c1e952c9a5d6dd
+ commit: 75d239356a773b8211354049477d79006597505e
# RPCS3 - END
@@ -962,24 +996,27 @@ modules:
- -DENABLE_SDL=ON
- -DENABLE_EVDEV=ON
- -DDISTRIBUTOR=Flathub
+ - -DQT_DIR=
cleanup:
- /share/man
post-install:
- install -D primehack-wrapper /app/bin/primehack-wrapper
sources:
- type: git
- url: https://github.com/TheDrifter363/primehack.git
- commit: 6295c695307a67f11ee202b05cbdd7b5c1edae5c
+ url: https://github.com/XargonWan/primehack
+ commit: af7710ef7b04a632b4294eae5e0eff8fe9c4d1f8
+ #url: https://github.com/TheDrifter363/primehack.git
+ #commit: 6295c695307a67f11ee202b05cbdd7b5c1edae5c
# detects whether dolphin is running in a flatpak sandbox
# and makes it use xdg directories if it is.
# prevents dolphin from attempting to write conf files
# in non-writable paths, typically happens when a user
# has leftover files from a previous non-flatpak install
- type: patch
- path: rd-submodules/dolphin/detectflatpak.patch
+ path: rd-submodules/primehack/detectflatpak.patch
# version strings must match exactly for online multiplayer
- type: patch
- path: rd-submodules/dolphin/nodirtyversion.patch
+ path: rd-submodules/primehack/nodirtyversion.patch
- type: script
commands:
- for i in {0..9}; do
@@ -1009,7 +1046,6 @@ modules:
# Duckstation-AppImage - END
# Cemu - START
- # LATEST BUILD BEFORE RUNTIME 23.08
# https://github.com/cemu-project/Cemu/releases
# https://github.com/flathub/info.cemu.Cemu
@@ -1067,28 +1103,6 @@ modules:
project-id: 10649
url-template: https://libzip.org/download/libzip-$version.tar.xz
- - name: rapidjson
- buildsystem: cmake-ninja
- config-opts:
- - -DRAPIDJSON_BUILD_DOC=OFF
- - -DRAPIDJSON_BUILD_EXAMPLES=OFF
- - -DRAPIDJSON_BUILD_TESTS=OFF
- - -DRAPIDJSON_BUILD_THIRDPARTY_GTEST=OFF
- cleanup:
- - /include
- - /lib/cmake
- - /lib/pkgconfig
- - /share/doc
- sources:
- - type: archive
- url: https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.tar.gz
- sha256: bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
- x-checker-data:
- type: anitya
- project-id: 7422
- stable-only: true
- url-template: https://github.com/Tencent/rapidjson/archive/refs/tags/v$version.tar.gz
-
- name: glm
buildsystem: cmake-ninja
cleanup: ['*']
@@ -1150,8 +1164,8 @@ modules:
x-checker-data:
type: git
tag-pattern: ^v([\d.]+-\d+)$
- tag: v2.0-47
- commit: 85aa4f095b119e98620451a0c19c80f656d944a6
+ tag: v2.0-59
+ commit: f3c95f72e74d8a5f5873061fbb994643c63ec9c5
- type: shell
commands:
- sed "s/set(EXPERIMENTAL_VERSION.*/set(EXPERIMENTAL_VERSION \"$(git describe
diff --git a/rd-submodules/citra/citra-launcher.sh b/rd-submodules/citra/citra-launcher.sh
new file mode 100644
index 00000000..33b95cfb
--- /dev/null
+++ b/rd-submodules/citra/citra-launcher.sh
@@ -0,0 +1,25 @@
+#!/bin/bash -e
+
+report_error() {
+ read -r -d '|' MESSAGE <https://github.com/flathub/org.citra_emu.citra/issues.
+
+When submitting a bug report, please attach your system information and the Citra log file.
+You seem to be using ${XDG_SESSION_DESKTOP} ${DESKTOP_SESSION} (${XDG_SESSION_TYPE}):
+To obtain Citra log files, please see this guide.
+To obtain your system information, please install inxi and run inxi -v3. |
+EOF
+ zenity --warning --no-wrap --title "That's awkward ..." --text "$MESSAGE"
+}
+
+unset VK_ICD_FILENAMES VK_DRIVER_FILES
+# Discord RPC
+for i in {0..9}; do
+ test -S "$XDG_RUNTIME_DIR"/"discord-ipc-$i" || ln -sf {app/com.discordapp.Discord,"$XDG_RUNTIME_DIR"}/"discord-ipc-$i";
+done
+
+
+if ! prlimit --nofile=8192 citra-qt "$@"; then
+ report_error
+fi
\ No newline at end of file
diff --git a/rd-submodules/citra/org.citra_emu.citra.svg b/rd-submodules/citra/org.citra_emu.citra.svg
new file mode 100644
index 00000000..8fa09944
--- /dev/null
+++ b/rd-submodules/citra/org.citra_emu.citra.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/rd-submodules/citra/unified-source-compat.patch b/rd-submodules/citra/unified-source-compat.patch
deleted file mode 100644
index 6a1ca47c..00000000
--- a/rd-submodules/citra/unified-source-compat.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 710f3fcfb..e5f4f4687 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -94,7 +94,11 @@ function(check_submodules_present)
- endif()
- endforeach()
- endfunction()
--check_submodules_present()
-+
-+if (EXISTS "${PROJECT_SOURCE_DIR}/.git/objects")
-+ # only check submodules when source is obtained via Git
-+ check_submodules_present()
-+endif()
-
- configure_file(${PROJECT_SOURCE_DIR}/dist/compatibility_list/compatibility_list.qrc
- ${PROJECT_BINARY_DIR}/dist/compatibility_list/compatibility_list.qrc
-diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake
-index a011c6cbf..87e9eef35 100644
---- a/CMakeModules/GenerateSCMRev.cmake
-+++ b/CMakeModules/GenerateSCMRev.cmake
-@@ -6,15 +6,27 @@ endfunction()
-
- list(APPEND CMAKE_MODULE_PATH "${SRC_DIR}/externals/cmake-modules")
-
--# Find the package here with the known path so that the GetGit commands can find it as well
--find_package(Git QUIET PATHS "${GIT_EXECUTABLE}")
--
- # generate git/build information
--include(GetGitRevisionDescription)
--get_git_head_revision(GIT_REF_SPEC GIT_REV)
--git_describe(GIT_DESC --always --long --dirty)
--git_branch_name(GIT_BRANCH)
- get_timestamp(BUILD_DATE)
-+if (EXISTS "${SRC_DIR}/.git/objects")
-+ # Find the package here with the known path so that the GetGit commands can find it as well
-+ find_package(Git QUIET PATHS "${GIT_EXECUTABLE}")
-+ # only use Git to check revision info when source is obtained via Git
-+ include(GetGitRevisionDescription)
-+ get_git_head_revision(GIT_REF_SPEC GIT_REV)
-+ git_describe(GIT_DESC --always --long --dirty)
-+ git_branch_name(GIT_BRANCH)
-+elseif(EXISTS "${SRC_DIR}/GIT-COMMIT" AND EXISTS "${SRC_DIR}/GIT-TAG")
-+ # unified source archive
-+ file(READ "${SRC_DIR}/GIT-COMMIT" GIT_REV_RAW LIMIT 64)
-+ string(STRIP "${GIT_REV_RAW}" GIT_REV)
-+ string(SUBSTRING "${GIT_REV_RAW}" 0 9 GIT_DESC)
-+ set(GIT_BRANCH "HEAD")
-+else()
-+ # self-packed archive?
-+ set(GIT_DESC "UNKNOWN")
-+ set(GIT_BRANCH "UNKNOWN")
-+endif()
-
- # Generate cpp with Git revision from template
- # Also if this is a CI build, add the build name (ie: Nightly, Canary) to the scm_rev file as well
\ No newline at end of file
diff --git a/rd-submodules/dolphin/nodirtyversion.patch b/rd-submodules/dolphin/nodirtyversion.patch
index f20ae789..2dacc209 100644
--- a/rd-submodules/dolphin/nodirtyversion.patch
+++ b/rd-submodules/dolphin/nodirtyversion.patch
@@ -1,8 +1,8 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9af66009a1..2acd3bed9a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -149,7 +149,7 @@ if(GIT_FOUND)
+diff --git a/CMake/ScmRevGen.cmake b/CMake/ScmRevGen.cmake
+index aacf7491ce..503791cda8 100644
+--- a/CMake/ScmRevGen.cmake
++++ b/CMake/ScmRevGen.cmake
+@@ -7,7 +7,7 @@ if(GIT_FOUND)
OUTPUT_VARIABLE DOLPHIN_WC_REVISION
OUTPUT_STRIP_TRAILING_WHITESPACE)
# defines DOLPHIN_WC_DESCRIBE
diff --git a/rd-submodules/es-de/GuiThemeDownloader.cpp.patch b/rd-submodules/es-de/GuiThemeDownloader.cpp.patch
new file mode 100644
index 00000000..8dd35293
--- /dev/null
+++ b/rd-submodules/es-de/GuiThemeDownloader.cpp.patch
@@ -0,0 +1,10 @@
+diff -au1r emulationstation-de/es-app/src/guis/GuiThemeDownloader.cpp emulationstation-de/es-app/src/guis/GuiThemeDownloader.cpp
+--- emulationstation-de/es-app/src/guis/GuiThemeDownloader.cpp 2023-11-03 16:25:01.115126901 +0100
++++ emulationstation-de/es-app/src/guis/GuiThemeDownloader.cpp 2023-11-03 16:26:18.882607724 +0100
+@@ -602,4 +602,4 @@
+ getHelpStyle(),
+- "IT SEEMS AS IF YOU'RE NOT RUNNING THE LATEST ES-DE RELEASE, PLEASE UPGRADE BEFORE "
+- "PROCEEDING AS THESE THEMES MAY NOT BE COMPATIBLE WITH YOUR VERSION",
++ "ES-DE THEME ENGINE WAS UPDATED UPSTREAM. THESE THEMES MAY NOT BE COMPATIBLE WITH THE CURRENT RETRODECK VERSION."
++ "CHECK IF A NEW RETRODECK UPDATE IS AVAILABLE, ELSE PLEASE WAIT FOR IT OR PROCEED AT YOUR OWN RISK.",
+ "OK", [] { return; }, "", nullptr, "", nullptr, nullptr, true));
diff --git a/rd-submodules/es-de/ViewController.cpp.patch b/rd-submodules/es-de/ViewController.cpp.patch
index 2f485a31..8d677c37 100644
--- a/rd-submodules/es-de/ViewController.cpp.patch
+++ b/rd-submodules/es-de/ViewController.cpp.patch
@@ -1,22 +1,7 @@
diff -au1r emulationstation-de/es-app/src/views/ViewController.cpp emulationstation-de/es-app/src/views/ViewController.cpp
---- emulationstation-de/es-app/src/views/ViewController.cpp 2023-08-23 13:12:15.625292630 +0200
-+++ emulationstation-de/es-app/src/views/ViewController.cpp 2023-08-23 14:29:23.547223951 +0200
-@@ -164,9 +164,7 @@
- {
-- mNoGamesErrorMessage = "NO GAME FILES WERE FOUND. EITHER PLACE YOUR GAMES IN "
-- "THE CURRENTLY CONFIGURED ROM DIRECTORY OR CHANGE "
-- "ITS PATH USING THE BUTTON BELOW. OPTIONALLY THE ROM "
-- "DIRECTORY STRUCTURE CAN BE GENERATED WHICH WILL "
-- "CREATE A TEXT FILE FOR EACH SYSTEM PROVIDING SOME "
-- "INFORMATION SUCH AS THE SUPPORTED FILE EXTENSIONS.\n"
-- "THIS IS THE CURRENTLY CONFIGURED ROM DIRECTORY:\n";
-+ mNoGamesErrorMessage = "RETRODECK COULD NOT FIND ANY ROM FILES. "
-+ "PLEASE PLACE YOUR ROM FILES INTO THE APPROPRIATE "
-+ "SYSTEM SUBFOLDER IN THE CONFIGURED ROM DIRECTORY "
-+ "AND RUN RETRODECK AGAIN TO SCAN YOUR LIBRARY.\n"
-+ "THE CURRENTLY CONFIGURED ROM DIRECTORY IS:\n";
-
-@@ -179,90 +177,3 @@
+--- emulationstation-de/es-app/src/views/ViewController.cpp 2023-11-04 15:09:24.332178777 -0400
++++ emulationstation-de/es-app/src/views/ViewController.cpp 2023-11-04 15:13:59.015780009 -0400
+@@ -195,91 +195,3 @@
mNoGamesMessageBox = new GuiMsgBox(
- HelpStyle(), mNoGamesErrorMessage + mRomDirectory, "CHANGE ROM DIRECTORY",
- [this] {
@@ -29,22 +14,24 @@ diff -au1r emulationstation-de/es-app/src/views/ViewController.cpp emulationstat
- if (Settings::getInstance()->getBool("VirtualKeyboard")) {
- mWindow->pushGui(new GuiTextEditKeyboardPopup(
- HelpStyle(), 0.0f, "ENTER ROM DIRECTORY PATH", currentROMDirectory,
-- [this](const std::string& newROMDirectory) {
-- Settings::getInstance()->setString("ROMDirectory",
-- Utils::String::trim(newROMDirectory));
-- Settings::getInstance()->saveFile();
+- [this, currentROMDirectory](const std::string& newROMDirectory) {
+- if (currentROMDirectory != newROMDirectory) {
+- Settings::getInstance()->setString(
+- "ROMDirectory", Utils::String::trim(newROMDirectory));
+- Settings::getInstance()->saveFile();
-#if defined(_WIN64)
-- mRomDirectory =
-- Utils::String::replace(FileData::getROMDirectory(), "/", "\\");
+- mRomDirectory =
+- Utils::String::replace(FileData::getROMDirectory(), "/", "\\");
-#else
-- mRomDirectory = FileData::getROMDirectory();
+- mRomDirectory = FileData::getROMDirectory();
-#endif
-- mNoGamesMessageBox->changeText(mNoGamesErrorMessage + mRomDirectory);
-- mWindow->pushGui(new GuiMsgBox(HelpStyle(),
-- "ROM DIRECTORY SETTING SAVED, RESTART\n"
-- "THE APPLICATION TO RESCAN THE SYSTEMS",
-- "OK", nullptr, "", nullptr, "", nullptr,
-- true, true));
+- mNoGamesMessageBox->changeText(mNoGamesErrorMessage + mRomDirectory);
+- mWindow->pushGui(new GuiMsgBox(HelpStyle(),
+- "ROM DIRECTORY SETTING SAVED, RESTART\n"
+- "THE APPLICATION TO RESCAN THE SYSTEMS",
+- "OK", nullptr, "", nullptr, "", nullptr,
+- nullptr, true, true));
+- }
- },
- false, "SAVE", "SAVE CHANGES?", "Currently configured path:",
- currentROMDirectory, "LOAD CURRENTLY CONFIGURED PATH",
@@ -68,7 +55,7 @@ diff -au1r emulationstation-de/es-app/src/views/ViewController.cpp emulationstat
- "ROM DIRECTORY SETTING SAVED, RESTART\n"
- "THE APPLICATION TO RESCAN THE SYSTEMS",
- "OK", nullptr, "", nullptr, "", nullptr,
-- true));
+- nullptr, true));
- },
- false, "SAVE", "SAVE CHANGES?", "Currently configured path:",
- currentROMDirectory, "LOAD CURRENTLY CONFIGURED PATH",
@@ -82,9 +69,8 @@ diff -au1r emulationstation-de/es-app/src/views/ViewController.cpp emulationstat
- "THIS WILL CREATE DIRECTORIES FOR ALL THE\n"
- "GAME SYSTEMS DEFINED IN es_systems.xml\n\n"
- "THIS MAY CREATE A LOT OF FOLDERS SO IT'S\n"
-- "ADVICED TO REMOVE THE ONES YOU DON'T NEED\n\n"
-- "PROCEED?",
-- "YES",
+- "ADVICED TO REMOVE THE ONES YOU DON'T NEED",
+- "PROCEED",
- [this] {
- if (!SystemData::createSystemDirectories()) {
- mWindow->pushGui(new GuiMsgBox(HelpStyle(),
@@ -92,7 +78,7 @@ diff -au1r emulationstation-de/es-app/src/views/ViewController.cpp emulationstat
- "GENERATED, EXIT THE APPLICATION AND PLACE\n"
- "YOUR GAMES IN THE NEWLY CREATED FOLDERS",
- "OK", nullptr, "", nullptr, "", nullptr,
-- true));
+- nullptr, true));
- }
- else {
- mWindow->pushGui(new GuiMsgBox(HelpStyle(),
@@ -100,19 +86,16 @@ diff -au1r emulationstation-de/es-app/src/views/ViewController.cpp emulationstat
- "PERMISSION PROBLEMS OR DISK FULL?\n\n"
- "SEE THE LOG FILE FOR MORE DETAILS",
- "OK", nullptr, "", nullptr, "", nullptr,
-- true));
+- nullptr, true));
- }
- },
-- "NO", nullptr, "", nullptr, true));
+- "CANCEL", nullptr, "", nullptr, nullptr, false));
- },
- "QUIT",
+ HelpStyle(), mNoGamesErrorMessage + mRomDirectory, "QUIT",
[] {
-@@ -272,3 +183,3 @@
+@@ -289,3 +201,3 @@
},
-- true, false,
-+ "", nullptr, "", nullptr, true, false,
+- nullptr, true, false,
++ "", nullptr, "", nullptr, nullptr, true, true,
(mRenderer->getIsVerticalOrientation() ?
-@@ -1446 +1357,2 @@
- }
-+
diff --git a/rd-submodules/es-de/patch_helper.sh b/rd-submodules/es-de/patch_helper.sh
new file mode 100755
index 00000000..27923b97
--- /dev/null
+++ b/rd-submodules/es-de/patch_helper.sh
@@ -0,0 +1,31 @@
+#!/bin/bash
+
+mkdir /tmp
+
+branch="00a226062fff37209d98e0ab048ac89af50ecacc"
+git clone "https://gitlab.com/es-de/emulationstation-de.git" /tmp/emulationstation-de
+
+pushd .
+cd /tmp/emulationstation-de
+git checkout $branch
+popd
+
+mkdir patches-tmp
+
+cp /tmp/emulationstation-de/es-app/src/guis/GuiMenu.cpp ./patches-tmp
+cp /tmp/emulationstation-de/es-app/src/guis/GuiMenu.h ./patches-tmp
+cp /tmp/emulationstation-de/es-app/src/views/ViewController.cpp ./patches-tmp
+cp /tmp/emulationstation-de/es-core/src/Window.cpp ./patches-tmp
+cp /tmp/emulationstation-de/es-app/src/guis/GuiThemeDownloader.cpp ./patches-tmp
+
+read -p "Please edit the files in \"patches-tmp\" and press enter to continue."
+
+diff -au1r /tmp/emulationstation-de/es-app/src/guis/GuiMenu.cpp ./patches-tmp/GuiMenu.cpp > GuiMenu.cpp.patch
+diff -au1r /tmp/emulationstation-de/es-app/src/guis/GuiMenu.h ./patches-tmp/GuiMenu.h > GuiMenu.h.patch
+diff -au1r /tmp/emulationstation-de/es-app/src/views/ViewController.cpp ./patches-tmp/ViewController.cpp > ViewController.cpp.patch
+diff -au1r /tmp/emulationstation-de/es-core/src/Window.cpp ./patches-tmp/Window.cpp > Window.cpp.patch
+diff -au1r /tmp/emulationstation-de/es-app/src/guis/GuiThemeDownloader.cpp ./patches-tmp/GuiThemeDownloader.cpp > GuiThemeDownloader.cpp.patch
+
+rm -rf patches-tmp
+
+echo "Done, now please remeber to edit the headers of the patch files with the correct paths."
\ No newline at end of file
diff --git a/rd-submodules/primehack/detectflatpak.patch b/rd-submodules/primehack/detectflatpak.patch
new file mode 100644
index 00000000..60dd1a2d
--- /dev/null
+++ b/rd-submodules/primehack/detectflatpak.patch
@@ -0,0 +1,34 @@
+From f2d3b349d8487cf0ee50b36ba024ac513d36f826 Mon Sep 17 00:00:00 2001
+From: Carles Pastor
+Date: Sat, 20 Aug 2022 13:35:32 +0200
+Subject: [PATCH] Detect we are running inside a flatpak sandbox
+
+---
+ Source/Core/UICommon/UICommon.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Source/Core/UICommon/UICommon.cpp b/Source/Core/UICommon/UICommon.cpp
+index 8d9dc2abb8..8a9d39a3d5 100644
+--- a/Source/Core/UICommon/UICommon.cpp
++++ b/Source/Core/UICommon/UICommon.cpp
+@@ -348,7 +348,7 @@ void SetUserDirectory(std::string custom_path)
+ // -> Use GetExeDirectory()/User
+ // 2. $DOLPHIN_EMU_USERPATH is set
+ // -> Use $DOLPHIN_EMU_USERPATH
+- // 3. ~/.dolphin-emu directory exists
++ // 3. ~/.dolphin-emu directory exists, and we're not in flatpak
+ // -> Use ~/.dolphin-emu
+ // 4. Default
+ // -> Use XDG basedir, see
+@@ -381,7 +381,7 @@ void SetUserDirectory(std::string custom_path)
+ {
+ user_path = home_path + "." DOLPHIN_DATA_DIR DIR_SEP;
+
+- if (!File::Exists(user_path))
++ if (File::Exists("/.flatpak-info") || !File::Exists(user_path))
+ {
+ const char* data_home = getenv("XDG_DATA_HOME");
+ std::string data_path =
+--
+2.37.1
+
diff --git a/rd-submodules/primehack/nodirtyversion.patch b/rd-submodules/primehack/nodirtyversion.patch
new file mode 100644
index 00000000..20b6f3c1
--- /dev/null
+++ b/rd-submodules/primehack/nodirtyversion.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9af66009a1..2acd3bed9a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -149,7 +149,7 @@ if(GIT_FOUND)
+ OUTPUT_VARIABLE DOLPHIN_WC_REVISION
+ OUTPUT_STRIP_TRAILING_WHITESPACE)
+ # defines DOLPHIN_WC_DESCRIBE
+- execute_process(WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${GIT_EXECUTABLE} describe --always --long --dirty
++ execute_process(WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${GIT_EXECUTABLE} describe --always --long
+ OUTPUT_VARIABLE DOLPHIN_WC_DESCRIBE
+ OUTPUT_STRIP_TRAILING_WHITESPACE)
+
diff --git a/wiki-rtd/Citra:-Mods.md b/wiki-rtd/Citra-Mods.md
similarity index 100%
rename from wiki-rtd/Citra:-Mods.md
rename to wiki-rtd/Citra-Mods.md
diff --git a/wiki-rtd/Citra:-Texture-Packs.md b/wiki-rtd/Citra-Texture-Packs.md
similarity index 100%
rename from wiki-rtd/Citra:-Texture-Packs.md
rename to wiki-rtd/Citra-Texture-Packs.md
diff --git a/wiki-rtd/Development:-General-notes.md b/wiki-rtd/Development-General-notes.md
similarity index 100%
rename from wiki-rtd/Development:-General-notes.md
rename to wiki-rtd/Development-General-notes.md
diff --git a/wiki-rtd/Dolphin-and-Primehack:-Mods.md b/wiki-rtd/Dolphin-and-Primehack-Mods.md
similarity index 100%
rename from wiki-rtd/Dolphin-and-Primehack:-Mods.md
rename to wiki-rtd/Dolphin-and-Primehack-Mods.md
diff --git a/wiki-rtd/Dolphin-and-Primehack:-Texture-Packs.md b/wiki-rtd/Dolphin-and-Primehack-Texture-Packs.md
similarity index 100%
rename from wiki-rtd/Dolphin-and-Primehack:-Texture-Packs.md
rename to wiki-rtd/Dolphin-and-Primehack-Texture-Packs.md
diff --git a/wiki-rtd/Duckstation:-Texture-Packs.md b/wiki-rtd/Duckstation-Texture-Packs.md
similarity index 100%
rename from wiki-rtd/Duckstation:-Texture-Packs.md
rename to wiki-rtd/Duckstation-Texture-Packs.md
diff --git a/wiki-rtd/EmulationStation-DE:-Themes.md b/wiki-rtd/EmulationStation-DE-Themes.md
similarity index 87%
rename from wiki-rtd/EmulationStation-DE:-Themes.md
rename to wiki-rtd/EmulationStation-DE-Themes.md
index 7fee150a..2aee3876 100644
--- a/wiki-rtd/EmulationStation-DE:-Themes.md
+++ b/wiki-rtd/EmulationStation-DE-Themes.md
@@ -19,9 +19,9 @@ If you find a theme you would like to use that is not in the `Theme Downloader`
## FAQs: Frequently asked questions on Themes
-["Why does the theme I am using not work?" or "Why does the layout look broken?" (black screen with blue text)](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#why-does-the-theme-i-am-using-not-work-or-why-does-the-layout-look-broken-black-screen-with-blue-text)
+["Why does the theme I am using not work?" or "Why does the layout look broken?" (black screen with blue text)](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#why-does-the-theme-i-am-using-not-work-or-why-does-the-layout-look-broken-black-screen-with-blue-text)
-[Why does the theme layout look squished?](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#why-does-the-theme-layout-look-squished)
+[Why does the theme layout look squished?](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#why-does-the-theme-layout-look-squished)
# RetroDECK: Included Theme
diff --git a/wiki-rtd/EmulationStation-DE:-User-Guide.md b/wiki-rtd/EmulationStation-DE-User-Guide.md
similarity index 99%
rename from wiki-rtd/EmulationStation-DE:-User-Guide.md
rename to wiki-rtd/EmulationStation-DE-User-Guide.md
index 44a58f6d..1176aaf8 100644
--- a/wiki-rtd/EmulationStation-DE:-User-Guide.md
+++ b/wiki-rtd/EmulationStation-DE-User-Guide.md
@@ -27,7 +27,7 @@ These are mostly technical settings.
These are the buttons mappings automatically applied by ES-DE.
[General navigation](https://gitlab.com/es-de/emulationstation-de/-/blob/master/USERGUIDE.md#general-navigation)
If you are using the Steam Deck look at RetroDECKs hotkeys:
-[Steam Deck: Hotkeys ](https://github.com/XargonWan/RetroDECK/wiki/Steam-Deck:-Hotkeys)
+[Steam Deck: Hotkeys ](https://github.com/XargonWan/RetroDECK/wiki/Steam-Deck-Hotkeys)
### Sound Settings
Various sound settings.
diff --git a/wiki-rtd/Emulators:-BIOS-and-Firmware.md b/wiki-rtd/Emulators-BIOS-and-Firmware.md
similarity index 100%
rename from wiki-rtd/Emulators:-BIOS-and-Firmware.md
rename to wiki-rtd/Emulators-BIOS-and-Firmware.md
diff --git a/wiki-rtd/Emulators:-Diffrent-controller-layouts.md b/wiki-rtd/Emulators-Diffrent-controller-layouts.md
similarity index 100%
rename from wiki-rtd/Emulators:-Diffrent-controller-layouts.md
rename to wiki-rtd/Emulators-Diffrent-controller-layouts.md
diff --git a/wiki-rtd/Emulators:-Supported-folders-and-files.md b/wiki-rtd/Emulators-Supported-folders-and-files.md
similarity index 99%
rename from wiki-rtd/Emulators:-Supported-folders-and-files.md
rename to wiki-rtd/Emulators-Supported-folders-and-files.md
index 0ec89eee..60fd794f 100644
--- a/wiki-rtd/Emulators:-Supported-folders-and-files.md
+++ b/wiki-rtd/Emulators-Supported-folders-and-files.md
@@ -9,7 +9,7 @@ For the Steam Deck the `roms` folder location depends on where you choose to ins
It's either on the internal storage: `~/retrodeck/roms` or the SDCard: `/retrodeck/roms`
-[What does ~ mean?](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#i-see--refereed-in-documentation-and-examples-what-does-it-mean)
+[What does ~ mean?](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#i-see--refereed-in-documentation-and-examples-what-does-it-mean)
# 3DO
- **Roms path:** ~/retrodeck/roms/3do
diff --git a/wiki-rtd/Emulators:-What's-included?.md b/wiki-rtd/Emulators-What's-included.md
similarity index 100%
rename from wiki-rtd/Emulators:-What's-included?.md
rename to wiki-rtd/Emulators-What's-included.md
diff --git a/wiki-rtd/FAQs:-Frequently-asked-questions.md b/wiki-rtd/FAQs-Frequently-asked-questions.md
similarity index 99%
rename from wiki-rtd/FAQs:-Frequently-asked-questions.md
rename to wiki-rtd/FAQs-Frequently-asked-questions.md
index 845435c1..16028587 100644
--- a/wiki-rtd/FAQs:-Frequently-asked-questions.md
+++ b/wiki-rtd/FAQs-Frequently-asked-questions.md
@@ -311,7 +311,7 @@ Example of a launch script to launch to launch a Wii game called Baloon World:
Click here to see the answer
If you previously installed from outside of Discover, you can find the instructions here to
-[install from discover](https://github.com/XargonWan/RetroDECK/wiki/Steam-Deck:-Installation-and-updates)
+[install from discover](https://github.com/XargonWan/RetroDECK/wiki/Steam-Deck-Installation-and-updates)
or here
@@ -349,7 +349,7 @@ The ES-DE interface allows you to change emulators for systems that has many dif
Some emulators needs BIOS and/or firmware files, first you can check if you got the [needed ones](https://github.com/XargonWan/RetroDECK/wiki/BIOS-&-Firmware).
Then you can check if your got a bad dump by comparing your hash with the ones of the official lists on the internet, such as [no-intro](https://datomatic.no-intro.org/index.php?page=search&s=64) or even [RetroAchievements](https://retroachievements.org) if your game is supported.
-Moreover please mind that some emulator require very specific roms, please [read here](https://github.com/XargonWan/RetroDECK/wiki/How-to:-Manage-your-games#special-roms-formats).
+Moreover please mind that some emulator require very specific roms, please [read here](https://github.com/XargonWan/RetroDECK/wiki/How-to-Manage-your-games#special-roms-formats).
If it still not working you are welcome to ask for support on our [Discord Server](discord.gg/Dz3szYsP8g).
diff --git a/wiki-rtd/How-can-I-help-with-testing?.md b/wiki-rtd/How-can-I-help-with-testing.md
similarity index 100%
rename from wiki-rtd/How-can-I-help-with-testing?.md
rename to wiki-rtd/How-can-I-help-with-testing.md
diff --git a/wiki-rtd/How-to:-Getting-started.md b/wiki-rtd/How-to-Getting-started.md
similarity index 80%
rename from wiki-rtd/How-to:-Getting-started.md
rename to wiki-rtd/How-to-Getting-started.md
index 53d8a527..12eea100 100644
--- a/wiki-rtd/How-to:-Getting-started.md
+++ b/wiki-rtd/How-to-Getting-started.md
@@ -9,9 +9,9 @@ You need to meet the following prerequisites before you start following this gui
* You need to have a device to install RetroDECK on (we currently only support the Steam Deck).
* Read up on the FAQs pages:
-[Do you include any games, firmware or BIOS?](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#do-you-include-any-games-firmware-or-bios)
-[Where can I get them?](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#can-you-at-least-point-me-towards-where-i-can-get-them)
-[What does ~ mean?](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#i-see--refereed-in-documentation-and-examples-what-does-it-mean)
+[Do you include any games, firmware or BIOS?](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#do-you-include-any-games-firmware-or-bios)
+[Where can I get them?](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#can-you-at-least-point-me-towards-where-i-can-get-them)
+[What does ~ mean?](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#i-see--refereed-in-documentation-and-examples-what-does-it-mean)
* Have related BIOS & Firmware ready
* Have backup rom files of the games you want to play ready
@@ -21,7 +21,7 @@ Only install RetroDECK from the official channels via flathub!
## Steam Deck - Installation
Read and follow the:
-* [Installation guide for the Steam Deck](https://github.com/XargonWan/RetroDECK/wiki/Steam-Deck:-Installation-and-updates)
+* [Installation guide for the Steam Deck](https://github.com/XargonWan/RetroDECK/wiki/Steam-Deck-Installation-and-updates)
## Linux Desktop - Installation
@@ -67,7 +67,7 @@ The roms folder is: `/retrodeck/roms/`
## Let's get started on ROMs:
-Read up on [Emulators: Folders & File extensions](https://github.com/XargonWan/RetroDECK/wiki/Emulators:-Folders-&-File-extensions) to see what folder each system has.
+Read up on [Emulators: Folders & File extensions](https://github.com/XargonWan/RetroDECK/wiki/Emulators-Folders-&-File-extensions) to see what folder each system has.
* Put the corresponding roms inside the corresponding system folder
**Example:**
@@ -86,13 +86,13 @@ The NES column should now be shown with our `ExampleNESGame.nes` from `Step 3`
Do the following:
1. Make an account on https://www.screenscraper.fr/
-2. Read up on scraping on the [ES-DE Guide](https://github.com/XargonWan/RetroDECK/wiki/EmulationStation-DE:-User-Guide#scraping-and-editing-roms-metadata-images-etc)
+2. Read up on scraping on the [ES-DE Guide](https://github.com/XargonWan/RetroDECK/wiki/EmulationStation-DE-User-Guide#scraping-and-editing-roms-metadata-images-etc)
3. Login to your screenscraper account inside RetroDECK and start scraping.
4. Look at your nice pretty games.
Also read:
-* [I got some weird error message about quota after scraping in a foreign language from screenscraper.fr](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#i-got-some-weird-error-message-about-quota-after-scraping-in-a-foreign-language-from-screenscraperfr)
-* [My system storage ran out after scraping!](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#my-system-storage-ran-out-after-scraping)
+* [I got some weird error message about quota after scraping in a foreign language from screenscraper.fr](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#i-got-some-weird-error-message-about-quota-after-scraping-in-a-foreign-language-from-screenscraperfr)
+* [My system storage ran out after scraping!](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#my-system-storage-ran-out-after-scraping)
# Step 6: Themes
RetroDECK comes with several themes built in for the ES-DE interface.
@@ -101,4 +101,4 @@ RetroDECK comes with several themes built in for the ES-DE interface.
* On the Steam Deck: you can switch between them by pressing the `☰` button to open the menu and then navigate to `UI Settings > Theme Set` to select the theme you want to use.
## How to add more themes?
-[More information on themes and how to add more](https://github.com/XargonWan/RetroDECK/wiki/EmulationStation-DE:-Themes)
+[More information on themes and how to add more](https://github.com/XargonWan/RetroDECK/wiki/EmulationStation-DE-Themes)
diff --git a/wiki-rtd/How-to:-Manage-your-games.md b/wiki-rtd/How-to-Manage-your-games.md
similarity index 98%
rename from wiki-rtd/How-to:-Manage-your-games.md
rename to wiki-rtd/How-to-Manage-your-games.md
index cbf01c24..48158266 100644
--- a/wiki-rtd/How-to:-Manage-your-games.md
+++ b/wiki-rtd/How-to-Manage-your-games.md
@@ -1,5 +1,5 @@
# Supported extensions
-In order to check which file extensions are supported check the page [Emulators: Folders & File extensions](https://github.com/XargonWan/RetroDECK/wiki/Emulators:-Folders-&-File-extensions)
+In order to check which file extensions are supported check the page [Emulators: Folders & File extensions](https://github.com/XargonWan/RetroDECK/wiki/Emulators-Folders-&-File-extensions)
## Special ROMs formats
Some emulators are working only with specific rips, here is what I gather.
diff --git a/wiki-rtd/Linux-Desktop:-Software-recommendations.md b/wiki-rtd/Linux-Desktop-Software-recommendations.md
similarity index 100%
rename from wiki-rtd/Linux-Desktop:-Software-recommendations.md
rename to wiki-rtd/Linux-Desktop-Software-recommendations.md
diff --git a/wiki-rtd/PCXS2:-Texture-Packs.md b/wiki-rtd/PCXS2-Texture-Packs.md
similarity index 100%
rename from wiki-rtd/PCXS2:-Texture-Packs.md
rename to wiki-rtd/PCXS2-Texture-Packs.md
diff --git a/wiki-rtd/PPSSPP:-Texture-Packs.md b/wiki-rtd/PPSSPP-Texture-Packs.md
similarity index 100%
rename from wiki-rtd/PPSSPP:-Texture-Packs.md
rename to wiki-rtd/PPSSPP-Texture-Packs.md
diff --git a/wiki-rtd/Playstation-3:-RPCS3.md b/wiki-rtd/Playstation-3-RPCS3.md
similarity index 98%
rename from wiki-rtd/Playstation-3:-RPCS3.md
rename to wiki-rtd/Playstation-3-RPCS3.md
index 0e82ea03..4a622ea9 100644
--- a/wiki-rtd/Playstation-3:-RPCS3.md
+++ b/wiki-rtd/Playstation-3-RPCS3.md
@@ -84,4 +84,4 @@ _Example:_
You installed a file that contained the digital game Hockey World 2, it created a directory called `BCA123456` under `retrodeck/bios/rpcs3/dev_hdd0/game/`
After that you moved `BCA123456` from `retrodeck/bios/rpcs3/dev_hdd0/game/` to `retrodeck/roms/ps3`.
-The directory `BCA123456` is renamed to `Hockey World 2.ps3`.
\ No newline at end of file
+The directory `BCA123456` is renamed to `Hockey World 2.ps3`.
diff --git a/wiki-rtd/RetroArch-Mesen:-Texture-Packs.md b/wiki-rtd/RetroArch-Mesen-Texture-Packs.md
similarity index 100%
rename from wiki-rtd/RetroArch-Mesen:-Texture-Packs.md
rename to wiki-rtd/RetroArch-Mesen-Texture-Packs.md
diff --git a/wiki-rtd/RetroArch-Mupen64Plus-Next:-Texture-Packs.md b/wiki-rtd/RetroArch-Mupen64Plus-Next-Texture-Packs.md
similarity index 100%
rename from wiki-rtd/RetroArch-Mupen64Plus-Next:-Texture-Packs.md
rename to wiki-rtd/RetroArch-Mupen64Plus-Next-Texture-Packs.md
diff --git a/wiki-rtd/RetroDECK:-CLI.md b/wiki-rtd/RetroDECK-CLI.md
similarity index 100%
rename from wiki-rtd/RetroDECK:-CLI.md
rename to wiki-rtd/RetroDECK-CLI.md
diff --git a/wiki-rtd/RetroDECK:-Configurator.md b/wiki-rtd/RetroDECK-Configurator.md
similarity index 100%
rename from wiki-rtd/RetroDECK:-Configurator.md
rename to wiki-rtd/RetroDECK-Configurator.md
diff --git a/wiki-rtd/RetroDECK:-Credits-and-The-Team.md b/wiki-rtd/RetroDECK-Credits-and-The-Team.md
similarity index 100%
rename from wiki-rtd/RetroDECK:-Credits-and-The-Team.md
rename to wiki-rtd/RetroDECK-Credits-and-The-Team.md
diff --git a/wiki-rtd/RetroDECK:-Folders-and-filepaths.md b/wiki-rtd/RetroDECK-Folders-and-filepaths.md
similarity index 100%
rename from wiki-rtd/RetroDECK:-Folders-and-filepaths.md
rename to wiki-rtd/RetroDECK-Folders-and-filepaths.md
diff --git a/wiki-rtd/RetroDECK:-Social-media-rules.md b/wiki-rtd/RetroDECK-Social-media-rules.md
similarity index 100%
rename from wiki-rtd/RetroDECK:-Social-media-rules.md
rename to wiki-rtd/RetroDECK-Social-media-rules.md
diff --git a/wiki-rtd/RetroDECK:-The-story-of-RetroDECK.md b/wiki-rtd/RetroDECK-The-story-of-RetroDECK.md
similarity index 100%
rename from wiki-rtd/RetroDECK:-The-story-of-RetroDECK.md
rename to wiki-rtd/RetroDECK-The-story-of-RetroDECK.md
diff --git a/wiki-rtd/Steam-Deck:-Hotkeys-and-controls.md b/wiki-rtd/Steam-Deck-Hotkeys-and-controls.md
similarity index 100%
rename from wiki-rtd/Steam-Deck:-Hotkeys-and-controls.md
rename to wiki-rtd/Steam-Deck-Hotkeys-and-controls.md
diff --git a/wiki-rtd/Steam-Deck:-Installation-and-updates.md b/wiki-rtd/Steam-Deck-Installation-and-updates.md
similarity index 98%
rename from wiki-rtd/Steam-Deck:-Installation-and-updates.md
rename to wiki-rtd/Steam-Deck-Installation-and-updates.md
index 4301fe29..99d9ed53 100644
--- a/wiki-rtd/Steam-Deck:-Installation-and-updates.md
+++ b/wiki-rtd/Steam-Deck-Installation-and-updates.md
@@ -44,7 +44,7 @@
- Go into `Controller Layouts` and press `Templates`
- Add the layout for RetroDECK called `RetroDECK: Official Layout` with a version number.
- You can now use RetroDECK and it's ready to populate with ROMS.
-- If you are unsure on how to add ROMS and BIOS to RetroDECK follow the [Getting Started Guide ](https://github.com/XargonWan/RetroDECK/wiki/How-to:-Getting-started) from Step 2 and onward on how to add them.
+- If you are unsure on how to add ROMS and BIOS to RetroDECK follow the [Getting Started Guide ](https://github.com/XargonWan/RetroDECK/wiki/How-to-Getting-started) from Step 2 and onward on how to add them.
### Step 4 (Optional): Extras
diff --git a/wiki-rtd/Steam-Deck:-Optimizations.md b/wiki-rtd/Steam-Deck-Optimizations.md
similarity index 98%
rename from wiki-rtd/Steam-Deck:-Optimizations.md
rename to wiki-rtd/Steam-Deck-Optimizations.md
index 012da250..8b7cee2c 100644
--- a/wiki-rtd/Steam-Deck:-Optimizations.md
+++ b/wiki-rtd/Steam-Deck-Optimizations.md
@@ -13,7 +13,7 @@ This increases the VRAM to 4GB in the BIOS, this can give you improvements in ce
* Save and Exit
## Setup a sudo password
-[What is sudo?](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#what-is-sudo)
+[What is sudo?](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#what-is-sudo)
This is a requirement for many optimizations and solutions, it also makes your Deck safer.
It enables you to run commands/applications heighten sudo privileges.
diff --git a/wiki-rtd/Steam-Deck:-Software-recommendations.md b/wiki-rtd/Steam-Deck-Software-recommendations.md
similarity index 95%
rename from wiki-rtd/Steam-Deck:-Software-recommendations.md
rename to wiki-rtd/Steam-Deck-Software-recommendations.md
index cb06b66b..bf037102 100644
--- a/wiki-rtd/Steam-Deck:-Software-recommendations.md
+++ b/wiki-rtd/Steam-Deck-Software-recommendations.md
@@ -6,7 +6,7 @@ There is a guide on how to install several of them under [Steam Deck: Optimizati
# Steam Deck specific recommendations
-For general Linux Desktop recommendations go to [Linux Desktop: Software recommendations](https://github.com/XargonWan/RetroDECK/wiki/Linux-Desktop:-Software-recommendations) as many of them also work on the Steam Deck.
+For general Linux Desktop recommendations go to [Linux Desktop: Software recommendations](https://github.com/XargonWan/RetroDECK/wiki/Linux-Desktop-Software-recommendations) as many of them also work on the Steam Deck.
## CryoUtilities
Scripts and utilities to improve performance and manage storage on the Steam Deck.
diff --git a/wiki-rtd/Switch:-Yuzu.md b/wiki-rtd/Switch-Yuzu.md
similarity index 100%
rename from wiki-rtd/Switch:-Yuzu.md
rename to wiki-rtd/Switch-Yuzu.md
diff --git a/wiki-rtd/Version-history:-Patch-Notes.md b/wiki-rtd/Version-history-Patch-Notes.md
similarity index 99%
rename from wiki-rtd/Version-history:-Patch-Notes.md
rename to wiki-rtd/Version-history-Patch-Notes.md
index e067e206..6bcbf8fa 100644
--- a/wiki-rtd/Version-history:-Patch-Notes.md
+++ b/wiki-rtd/Version-history-Patch-Notes.md
@@ -375,7 +375,7 @@ These emulators are updated to the latest version available on 31/10/2022.
### General information
-[I see ~ refereed in documentation and examples, what does it mean?](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#i-see--refereed-in-documentation-and-examples-what-does-it-mean)
+[I see ~ refereed in documentation and examples, what does it mean?](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#i-see--refereed-in-documentation-and-examples-what-does-it-mean)
**Saves = game saves and save states**
The word "saves" is used to reference both save files and save state files in this wiki article. Both files are treated in the same manner, the only difference is that saves are located at.
diff --git a/wiki-rtd/Yuzu:-Mods.md b/wiki-rtd/Yuzu-Mods.md
similarity index 100%
rename from wiki-rtd/Yuzu:-Mods.md
rename to wiki-rtd/Yuzu-Mods.md
diff --git a/wiki-rtd/_Sidebar.md b/wiki-rtd/_Sidebar.md
index cc786846..92752fef 100644
--- a/wiki-rtd/_Sidebar.md
+++ b/wiki-rtd/_Sidebar.md
@@ -2,64 +2,64 @@
[Home[(/XargonWan/RetroDECK/wiki)]
## RetroDECK: Getting started
-- [How to: Getting started[(How-to:-Getting-started.md)]
-- [FAQs: Frequently asked questions[(FAQs:-Frequently-asked-questions.md)]
-- [EmulationStation DE: User Guide[(EmulationStation-DE:-User-Guide.md)]
+- [How to: Getting started[(How-to-Getting-started.md)]
+- [FAQs: Frequently asked questions[(FAQs-Frequently-asked-questions.md)]
+- [EmulationStation DE: User Guide[(EmulationStation-DE-User-Guide.md)]
## RetroDECK: General information
-- [How to: Manage your games[(How-to:-Manage-your-games.md)]
-- [Emulators: What's included?[(Emulators:-What's-included?.md)]
-- [Emulators: BIOS and Firmware[(Emulators:-BIOS-and-Firmware.md)]
-- [Emulators: Different controller layouts[(Emulators:-Diffrent-controller-layouts.md)]
-- [Emulators: Supported folders and files[(Emulators:-Supported-folders-and-files.md)]
-- [EmulationStation DE: Themes[é(EmulationStation-DE:-Themes.md)]
+- [How to: Manage your games[(How-to-Manage-your-games.md)]
+- [Emulators: What's included?[(Emulators-What's-included.md)]
+- [Emulators: BIOS and Firmware[(Emulators-BIOS-and-Firmware.md)]
+- [Emulators: Different controller layouts[(Emulators-Diffrent-controller-layouts.md)]
+- [Emulators: Supported folders and files[(Emulators-Supported-folders-and-files.md)]
+- [EmulationStation DE: Themes[é(EmulationStation-DE-Themes.md)]
## RetroDECK: Configuration
-- [RetroDECK: Configurator[(RetroDECK:-Configurator.md)]
-- [RetroDECK: CLI[(RetroDECK:-CLI.md)]
-- [RetroDECK: Folders and filepaths[(RetroDECK:-Folders-and-filepaths.md)]
+- [RetroDECK: Configurator[(RetroDECK-Configurator.md)]
+- [RetroDECK: CLI[(RetroDECK-CLI.md)]
+- [RetroDECK: Folders and filepaths[(RetroDECK-Folders-and-filepaths.md)]
## RetroDECK: Development
-- [Development: General notes[(Development:-General-notes.md)]
+- [Development: General notes[(Development-General-notes.md)]
- [Known Issues[(Known-Issues.md)]
-- [Version history: Patch Notes[(Version-history:-Patch-Notes.md)]
-- [How can I help with testing?[(How-can-I-help-with-testing?.md)]
+- [Version history: Patch Notes[(Version-history-Patch-Notes.md)]
+- [How can I help with testing?[(How-can-I-help-with-testing.md)]
## Emulator Guides:
-- [Playstation 3: RPCS3[(Playstation-3:-RPCS3.md)]
-- [Switch: Yuzu[(Switch:-Yuzu.md)]
+- [Playstation 3: RPCS3[(Playstation-3-RPCS3.md)]
+- [Switch: Yuzu[(Switch-Yuzu.md)]
## Mod Guides:
-- [Yuzu: Mods[(Yuzu:-Mods.md)]
-- [Citra: Mods[(Citra:-Mods.md)]
-- [Dolphin and Primehack: Mods[(Dolphin-and-Primehack:-Mods.md)]
+- [Yuzu: Mods[(Yuzu-Mods.md)]
+- [Citra: Mods[(Citra-Mods.md)]
+- [Dolphin and Primehack: Mods[(Dolphin-and-Primehack-Mods.md)]
## Texture Packs Guides:
-- [Citra: Texture Packs[(Citra:-Texture-Packs.md)]
-- [Dolphin and Primehack: Texture Packs[(Dolphin-and-Primehack:-Texture-Packs.md)]
-- [Duckstation: Texture Packs[(Duckstation:-Texture-Packs.md)]
-- [RetroArch Mesen: Texture Packs[(RetroArch-Mesen:-Texture-Packs.md)]
-- [RetroArch Mupen64Plus Next: Texture Packs[(RetroArch-Mupen64Plus-Next:-Texture-Packs.md)]
-- [PPSSPP: Texture Packs[(PPSSPP:-Texture-Packs.md)]
-- [PCXS2: Texture Packs[(PCXS2:-Texture-Packs.md)]
+- [Citra: Texture Packs[(Citra-Texture-Packs.md)]
+- [Dolphin and Primehack: Texture Packs[(Dolphin-and-Primehack-Texture-Packs.md)]
+- [Duckstation: Texture Packs[(Duckstation-Texture-Packs.md)]
+- [RetroArch Mesen: Texture Packs[(RetroArch-Mesen-Texture-Packs.md)]
+- [RetroArch Mupen64Plus Next: Texture Packs[(RetroArch-Mupen64Plus-Next-Texture-Packs.md)]
+- [PPSSPP: Texture Packs[(PPSSPP-Texture-Packs.md)]
+- [PCXS2: Texture Packs[(PCXS2-Texture-Packs.md)]
## Steam Deck
-- [Steam Deck: Installation and updates[(Steam-Deck:-Installation-and-updates.md)]
-- [Steam Deck: Hotkeys and controls[(Steam-Deck:-Hotkeys-and-controls.md)]
-- [Steam Deck: Optimizations[(Steam-Deck:-Optimizations.md)]
-- [Steam Deck: Software recommendations[(Steam-Deck:-Software-recommendations.md)]
+- [Steam Deck: Installation and updates[(Steam-Deck-Installation-and-updates.md)]
+- [Steam Deck: Hotkeys and controls[(Steam-Deck-Hotkeys-and-controls.md)]
+- [Steam Deck: Optimizations[(Steam-Deck-Optimizations.md)]
+- [Steam Deck: Software recommendations[(Steam-Deck-Software-recommendations.md)]
## Linux Desktop
-- [Linux Desktop: Software recommendations[(Linux-Desktop:-Software-recommendations.md)]
+- [Linux Desktop: Software recommendations[(Linux-Desktop-Software-recommendations.md)]
## Other Devices
- (More information later)
## Credits & Other
-- [RetroDECK: Credits and The Team[(RetroDECK:-Credits-and-The-Team.md)]
-- [RetroDECK: The story of RetroDECK[(RetroDECK:-The-story-of-RetroDECK.md)]
-- [RetroDECK: Social media rules[(RetroDECK:-Social-media-rules.md)]
+- [RetroDECK: Credits and The Team[(RetroDECK-Credits-and-The-Team.md)]
+- [RetroDECK: The story of RetroDECK[(RetroDECK-The-story-of-RetroDECK.md)]
+- [RetroDECK: Social media rules[(RetroDECK-Social-media-rules.md)]
- [Licences[(Licences.md)]
- [Archive[(Archive.md)]
\ No newline at end of file
diff --git a/wiki-rtd/index.md b/wiki-rtd/index.md
index fae2cc31..d2a72138 100644
--- a/wiki-rtd/index.md
+++ b/wiki-rtd/index.md
@@ -40,7 +40,7 @@ RetroDECK does not have plans to support Windows, macOS, Android, or iOS. For
## How do I start using RetroDECK?
-Please read the [How to: Getting started](https://github.com/XargonWan/RetroDECK/wiki/How-to:-Getting-started)
+Please read the [How to: Getting started](https://github.com/XargonWan/RetroDECK/wiki/How-to-Getting-started)
## RetroDECK is currently in in BETA and is not a full release.
@@ -49,8 +49,8 @@ Please read the [How to: Getting started](https://github.com/XargonWan/RetroDECK
- RetroDECK is missing some minor and major; emulators, features and configurations. The goal is to have them added over time.
Please check the [[RetroDECK: Known Issues]] page and the [Issue tracker](https://github.com/XargonWan/RetroDECK/issues) for more information.
-- RetroDECK during the BETA period supports the Steam Deck and the Linux Desktop. The full release should have better Linux Desktop support to make it as easy to handle as when you install it on a Steam Deck [FAQs: General questions](https://github.com/XargonWan/RetroDECK/wiki/FAQs:-Frequently-asked-questions#general-questions).
-- The "b" in the versioning stands for BETA but RetroDECK is perfectly fine for daily use even during the beta phase, albeit some features are missing. To see what features are missing check the: [[RetroDECK: Known Issues]].
+- RetroDECK during the BETA period only supports the Steam Deck, but for the full release we should have full Linux Desktop support read more at [FAQs: General questions](https://github.com/XargonWan/RetroDECK/wiki/FAQs-Frequently-asked-questions#general-questions).
+- The "b" in the versioning stands for BETA but RetroDECK is perfectly fine for daily use even during the beta phase, albeit some features are missing. To see what features are missing check the: [Known Issues page](https://github.com/XargonWan/RetroDECK/wiki/Known-Issues).
## The RetroDECK community: