mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
modified: main.tscn
modified: res/pixel_ui_theme/RetroDECKTheme.tres
This commit is contained in:
parent
9a18107390
commit
6f654fad7a
|
@ -5,7 +5,6 @@ sdk: org.kde.Sdk
|
|||
command: retrodeck.sh
|
||||
|
||||
finish-args:
|
||||
- --talk-name=org.freedesktop.Flatpak
|
||||
- --socket=wayland
|
||||
- --socket=x11
|
||||
- --socket=pulseaudio
|
||||
|
@ -65,7 +64,7 @@ modules:
|
|||
# The version number is hardcoded in /app/retrodeck/version
|
||||
#
|
||||
# UPDATE STEPS FOR MAIN:
|
||||
# [ ] Update the VERSION variable on line containing "VERSION=feat/godot-configurator"
|
||||
# [ ] Update the VERSION variable on line containing "VERSION=THISBRANCH"
|
||||
# [ ] Update the appdata.xml with the version number and notes
|
||||
|
||||
- name: version-initialization
|
||||
|
@ -81,7 +80,7 @@ modules:
|
|||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
if [[ $VERSION == *"cooker"* ]];
|
||||
then
|
||||
VERSION="$VERSION-RoundDisc"
|
||||
VERSION="$VERSION-VERSIONPLACEHOLDER"
|
||||
fi
|
||||
echo $VERSION >> ${FLATPAK_DEST}/retrodeck/version
|
||||
cat ${FLATPAK_DEST}/retrodeck/version
|
||||
|
@ -89,7 +88,7 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/RetroDECK/RetroDECK.git
|
||||
branch: feat/godot-configurator
|
||||
branch: THISBRANCH
|
||||
|
||||
- name: xmlstarlet
|
||||
config-opts:
|
||||
|
@ -183,7 +182,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://buildbot.libretro.com/nightly/linux/x86_64/RetroArch.7z
|
||||
sha256: 971bbf3d177ef489c0f71a5dc61f4b9f71abcf13f7e84a2d4e59300149d32f3a
|
||||
sha256: RASHAPLACEHOLDER
|
||||
|
||||
# Not part of the offical RetroArch AppImage
|
||||
# retroarch-cores-nightly must be earlier than retroarch-cores as it will overwrite this cores with the stable ones
|
||||
|
@ -195,7 +194,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://buildbot.libretro.com/nightly/linux/x86_64/RetroArch_cores.7z
|
||||
sha256: ff1c753287e3cb486571f05c068707a06bc0d6d39b9ee4b148f2a25040a6dcc1
|
||||
sha256: RANIGHTLYCORESPLACEHOLDER
|
||||
|
||||
- name: retroarch-cores
|
||||
buildsystem: simple
|
||||
|
@ -214,7 +213,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://buildbot.libretro.com/nightly/linux/x86_64/latest/sameduck_libretro.so.zip
|
||||
sha256: ba87f5451bea0272c3d66d3fc54d7a6c0f47427a0f0b93a32390218b74966c55
|
||||
sha256: SAMEDUCKSHAPLACEHOLDER
|
||||
|
||||
- name: ppsspp-bios
|
||||
buildsystem: simple
|
||||
|
@ -224,7 +223,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/hrydgard/ppsspp/archive/refs/heads/master.zip
|
||||
sha256: ad4fce68f491e1def13945127844e09552cc5466bacf7959252c269c05e99148
|
||||
sha256: PPSSPPBIOSHASHPLACEHOLDER
|
||||
|
||||
- name: msx-bios
|
||||
buildsystem: simple
|
||||
|
@ -235,7 +234,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: http://bluemsx.msxblue.com/rel_download/blueMSXv282full.zip
|
||||
sha256: 5b68e1bc41590302c762093243e66602da2b2f6951a595a06b9b436b0e458bc6
|
||||
sha256: MSXBIOSHASHPLACEHOLDER
|
||||
strip-components: 0
|
||||
|
||||
- name: amiga-bios
|
||||
|
@ -264,7 +263,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/org.ppsspp.PPSSPP/releases/latest/download/RetroDECK-PPSSPP-Artifact.tar.gz
|
||||
sha256: b47b1025c88f513c5e345b006a7b2be6156f845b436ccb14b7cf3122ade971de
|
||||
sha256: RETRODECKPPSSPPLATEST
|
||||
|
||||
# PCSX2
|
||||
# Inspired by: https://github.com/flathub/com.zettlr.Zettlr/blob/master/com.zettlr.Zettlr.yaml
|
||||
|
@ -300,7 +299,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu/releases/latest/download/RetroDECK-dolphin-Artifact.tar.gz
|
||||
sha256: 506af6c1029fd6347aae56929b32e775560b350bc9100dd894b7192887684a86
|
||||
sha256: RETRODECKDOLPHINLATEST
|
||||
|
||||
# PRIMEHACK
|
||||
# https://github.com/RetroDECK/io.github.shiiion.primehack
|
||||
|
@ -319,7 +318,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/io.github.shiiion.primehack/releases/latest/download/RetroDECK-primehack-Artifact.tar.gz
|
||||
sha256: 7cd20690cea20284b6b272092f79cadf6a7ca9d5b9df7cb5985cb090ff47731d
|
||||
sha256: RETRODECKPRIMEHACKLATEST
|
||||
|
||||
# RPCS3
|
||||
# https://rpcs3.net/download
|
||||
|
@ -357,7 +356,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/net.kuribo64.melonDS/releases/latest/download/RetroDECK-melonds-Artifact.tar.gz
|
||||
sha256: 2a0f721ba25da2fe5eb9b3924365697f127b532904354778166e03e6672e03c7
|
||||
sha256: RETRODECKMELONDSLATEST
|
||||
|
||||
# Duckstation
|
||||
# https://github.com/stenzek/duckstation/releases/tag/preview
|
||||
|
@ -420,7 +419,7 @@ modules:
|
|||
sources:
|
||||
- type: file
|
||||
url: https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip
|
||||
sha256: 0b86c7c76d8e617a4e54ee8f17e392c818fe64197a3b1105181101c4de2b6ec9
|
||||
sha256: VITA3KSHAPLACEHOLDER
|
||||
- type: file
|
||||
path: res/retrodeck.png
|
||||
|
||||
|
@ -439,7 +438,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/org.solarus_games.solarus.Launcher/releases/latest/download/RetroDECK-solarus-Artifact.tar.gz
|
||||
sha256: 944dbba229f1bcab61e44a068aa75a01967ce9376c0d337d874c8de041eef599
|
||||
sha256: RETRODECKSOLARUSLATEST
|
||||
|
||||
# GZDoom
|
||||
# When updating remember to update all the .pk3 files from the standalone linux download
|
||||
|
@ -457,7 +456,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/org.zdoom.GZDoom/releases/latest/download/RetroDECK-gzdoom-Artifact.tar.gz
|
||||
sha256: ad78911d605a4b6e8a6229833ca8d6a1770b6f52a9ece5dc63e0c11f68474508
|
||||
sha256: RETRODECKGZDOOMLATEST
|
||||
|
||||
# Ryujinx Appimage
|
||||
# https://ryujinx.org/download
|
||||
|
@ -499,7 +498,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/mborgerson/xemu-hdd-image/releases/latest/download/xbox_hdd.qcow2.zip
|
||||
sha256: d9f5a4c1224ff24cf9066067bda70cc8b9c874ea22b9c542eb2edbfc4621bb39
|
||||
sha256: XEMUHDDHASHPLACEHOLDER
|
||||
|
||||
# MAME
|
||||
|
||||
|
@ -511,7 +510,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
||||
sha256: d530017178efdf4590ee749854b9cdfc7501130863be266ff62db05281f90626
|
||||
sha256: RETRODECKMAMELATEST
|
||||
|
||||
# ES-DE
|
||||
|
||||
|
@ -638,4 +637,4 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/RetroDECK/RetroDECK.git
|
||||
branch: feat/godot-configurator
|
||||
branch: THISBRANCH
|
|
@ -15,7 +15,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://dxdhjp18rgmr4" path="res://res/flags/united_kingdom_32.png" id="5_exkn2"]
|
||||
[ext_resource type="Texture2D" uid="uid://cjv6lhd4g63m3" path="res://assets/graphics/retrodeck_base_shake1.png" id="6_d43n7"]
|
||||
[ext_resource type="Texture2D" uid="uid://cru43y7hco6kh" path="res://res/flags/italy_32.png" id="6_fiylw"]
|
||||
[ext_resource type="Texture2D" uid="uid://nysbwkpj4oyy" path="res://assets/icons/pixelitos/128/duckstation-nogui.png" id="6_jxyvh"]
|
||||
[ext_resource type="Texture2D" uid="uid://m5283vouicmb" path="res://assets/icons/pixelitos/128/duckstation.png" id="6_winpq"]
|
||||
[ext_resource type="Texture2D" uid="uid://c0xtgqyl2whg" path="res://assets/icons/pixelitos/128/net.kuribo64.melonDS.png" id="7_4otos"]
|
||||
[ext_resource type="Texture2D" uid="uid://cyqo650hjucw6" path="res://assets/graphics/retrodeck_base_shake2.png" id="7_mo842"]
|
||||
[ext_resource type="Texture2D" uid="uid://cti2vt14gxisl" path="res://res/flags/germany_32.png" id="7_qgxid"]
|
||||
|
@ -364,6 +364,8 @@ layout_mode = 2
|
|||
custom_minimum_size = Vector2(700, 400)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
theme_override_constants/h_separation = 10
|
||||
theme_override_constants/v_separation = 10
|
||||
columns = 4
|
||||
|
||||
[node name="Button3" type="Button" parent="Background/MarginContainer/TabContainer/TK_EMULATORS/ScrollContainer/VBoxContainer/GridContainer"]
|
||||
|
@ -387,7 +389,7 @@ vertical_icon_alignment = 0
|
|||
layout_mode = 2
|
||||
tooltip_text = "Duckstation"
|
||||
text = "DuckSation"
|
||||
icon = ExtResource("6_jxyvh")
|
||||
icon = ExtResource("6_winpq")
|
||||
icon_alignment = 1
|
||||
vertical_icon_alignment = 0
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue