mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-05 17:35:39 +00:00
Compare commits
No commits in common. "32209e5899583b0ce09513044afabc07d74fffb6" and "f67e61adfb9d26e92ce684f45bf06ae0f1ff3708" have entirely different histories.
32209e5899
...
f67e61adfb
|
@ -24,5 +24,4 @@ hash^RETRODECKMELONDSLATEST^https://github.com/RetroDECK/net.kuribo64.melonDS/re
|
||||||
hash^RETRODECKSOLARUSLATEST^https://github.com/RetroDECK/org.solarus_games.solarus.Launcher/releases/latest/download/RetroDECK-solarus-Artifact.tar.gz
|
hash^RETRODECKSOLARUSLATEST^https://github.com/RetroDECK/org.solarus_games.solarus.Launcher/releases/latest/download/RetroDECK-solarus-Artifact.tar.gz
|
||||||
hash^RETRODECKGZDOOMLATEST^https://github.com/RetroDECK/org.zdoom.GZDoom/releases/latest/download/RetroDECK-gzdoom-Artifact.tar.gz
|
hash^RETRODECKGZDOOMLATEST^https://github.com/RetroDECK/org.zdoom.GZDoom/releases/latest/download/RetroDECK-gzdoom-Artifact.tar.gz
|
||||||
hash^RETRODECKMAMELATEST^https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
hash^RETRODECKMAMELATEST^https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
||||||
hash^PORTMASTERLATESTSHA^https://github.com/PortsMaster/PortMaster-GUI/releases/latest/download/retrodeck.portmaster.zip
|
hash^PORTMASTERLATESTSHA^https://github.com/PortsMaster/PortMaster-GUI/releases/latest/download/retrodeck.portmaster.zip
|
||||||
hash^RACITRAPLACEHOLDER^https://buildbot.libretro.com/nightly/linux/x86_64/latest/citra_libretro.so.zip
|
|
|
@ -42,7 +42,7 @@ FastmemMode = true
|
||||||
|
|
||||||
|
|
||||||
[GPU]
|
[GPU]
|
||||||
Renderer = OpenGL
|
Renderer = Vulkan
|
||||||
Adapter = AMD RADV VANGOGH
|
Adapter = AMD RADV VANGOGH
|
||||||
ResolutionScale = 3
|
ResolutionScale = 3
|
||||||
Multisamples = 1
|
Multisamples = 1
|
||||||
|
|
|
@ -85,8 +85,7 @@
|
||||||
<p>Changes:</p>
|
<p>Changes:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Updated all the outdated emulators</li>
|
<li>Updated all the outdated emulators</li>
|
||||||
<li>Duckstation due to licensing changes is frozen at the latest possible build becoming de facto: Legacy</li>
|
<li>Duckstation due to licencing changes is frozen at the latest possible build becoming de facto: Legacy</li>
|
||||||
<li>Duckstation configured to use OpenGL as Vulkan seems to be broken</li>
|
|
||||||
<li>New Flash system via the new emulator: Ruffle</li>
|
<li>New Flash system via the new emulator: Ruffle</li>
|
||||||
<li>PortMaster is now included in RetroDECK!</li>
|
<li>PortMaster is now included in RetroDECK!</li>
|
||||||
<li>Steam Sync is now a thing: favorite your games and enable the Steam Sync in the Configurator to find them as a Steam standalone games thank to Steam Rom Manager acting like an engine</li>
|
<li>Steam Sync is now a thing: favorite your games and enable the Steam Sync in the Configurator to find them as a Steam standalone games thank to Steam Rom Manager acting like an engine</li>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
app-id: net.retrodeck.retrodeck
|
app-id: net.retrodeck.retrodeck
|
||||||
runtime: org.kde.Platform
|
runtime: org.kde.Platform
|
||||||
runtime-version: "6.8"
|
runtime-version: "6.7"
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
base: org.electronjs.Electron2.BaseApp # Needed for Steam ROM Manager
|
base: org.electronjs.Electron2.BaseApp # Needed for Steam ROM Manager
|
||||||
base-version: "22.08"
|
base-version: "22.08"
|
||||||
|
@ -274,16 +274,6 @@ modules:
|
||||||
url: https://buildbot.libretro.com/nightly/linux/x86_64/RetroArch_cores.7z
|
url: https://buildbot.libretro.com/nightly/linux/x86_64/RetroArch_cores.7z
|
||||||
sha256: RANIGHTLYCORESPLACEHOLDER
|
sha256: RANIGHTLYCORESPLACEHOLDER
|
||||||
|
|
||||||
# Citra is removed from the LibretroCores but is still available in Libretro repo
|
|
||||||
- name: citra-libretro-core
|
|
||||||
buildsystem: simple
|
|
||||||
build-commands:
|
|
||||||
- cp citra_libretro.so ${FLATPAK_DEST}/share/libretro/cores/
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: https://buildbot.libretro.com/nightly/linux/x86_64/latest/citra_libretro.so.zip
|
|
||||||
sha256: RACITRAPLACEHOLDER
|
|
||||||
|
|
||||||
- name: retroarch-cores
|
- name: retroarch-cores
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
|
@ -656,7 +646,6 @@ modules:
|
||||||
|
|
||||||
# RUFFLE - START
|
# RUFFLE - START
|
||||||
# https://github.com/ruffle-rs/ruffle/releases
|
# https://github.com/ruffle-rs/ruffle/releases
|
||||||
|
|
||||||
- name: ruffle
|
- name: ruffle
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
|
@ -689,24 +678,20 @@ modules:
|
||||||
dest_dir="${FLATPAK_DEST}/lib"
|
dest_dir="${FLATPAK_DEST}/lib"
|
||||||
dest_debug_dir="${FLATPAK_DEST}/retrodeck/lib/debug"
|
dest_debug_dir="${FLATPAK_DEST}/retrodeck/lib/debug"
|
||||||
|
|
||||||
mkdir -p "$dest_dir" "$dest_debug_dir"
|
mkdir -p "$dest_dir" "dest_debug_dir"
|
||||||
|
|
||||||
copy_missing_libs() {
|
copy_missing_libs() {
|
||||||
local src=$1
|
local src=$1
|
||||||
local src_debug=$2
|
local dest=$2
|
||||||
local dest=$3
|
|
||||||
for lib in $missing_libs; do
|
for lib in $missing_libs; do
|
||||||
if [[ -f "$src/$lib" ]]; then
|
if [[ -f "$src/$lib" ]]; then
|
||||||
cp "$src/$lib" "$dest"
|
cp "$src/$lib" "$dest"
|
||||||
echo "Copied \"$lib\" to \"$dest\""
|
echo "Copied \"$lib\" to \"$dest\""
|
||||||
elif [[ -f "$src_debug/$lib.debug" ]]; then
|
|
||||||
cp "$src_debug/$lib.debug" "$dest"
|
|
||||||
echo "Copied debug version of \"$lib\" to \"$dest\""
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
copy_missing_libs "$src_dir" "$src_debug_dir" "$dest_dir"
|
copy_missing_libs "$src_dir" "$dest_dir"
|
||||||
copy_missing_libs "$src_debug_dir" "$dest_debug_dir"
|
copy_missing_libs "$src_debug_dir" "$dest_debug_dir"
|
||||||
|
|
||||||
rm -rf "$src_dir"
|
rm -rf "$src_dir"
|
||||||
|
|
Loading…
Reference in a new issue