mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
OVERLAYS: initial support
This commit is contained in:
parent
0a585138c2
commit
1a7f5c9638
|
@ -2944,7 +2944,7 @@ notification_show_screenshot_duration = "0"
|
|||
notification_show_screenshot_flash = "0"
|
||||
notification_show_set_initial_disk = "true"
|
||||
notification_show_when_menu_is_alive = "false"
|
||||
overlay_directory = "/app/share/libretro/overlays"
|
||||
overlay_directory = "/app/retrodeck/overlays"
|
||||
ozone_collapse_sidebar = "false"
|
||||
ozone_menu_color_theme = "1"
|
||||
ozone_scroll_content_metadata = "false"
|
||||
|
|
|
@ -12,6 +12,7 @@ git submodule update
|
|||
#sync -rav --progress --exclude={'res/screenshots/','shared-modules/','rd-submodules/retroarch','.git/','docs','retrodeck-flatpak/','retrodeck-flatpak-cooker/','.flatpak-builder/'} ~/RetroDECK/ ~/flathub/
|
||||
|
||||
sync -rav --progress { \
|
||||
'overlays', \
|
||||
'rd-submodules', \
|
||||
'flathub.json', \
|
||||
'LICENSE', \
|
||||
|
|
|
@ -350,6 +350,7 @@ modules:
|
|||
|
||||
# Yuzu - START
|
||||
# https://github.com/flathub/org.yuzu_emu.yuzu
|
||||
# WHEN UPADTING: remember to update rd-submodules/yuzu contents
|
||||
|
||||
- name: libzip
|
||||
buildsystem: cmake-ninja
|
||||
|
@ -634,6 +635,7 @@ modules:
|
|||
|
||||
# Dolphin - START
|
||||
# https://github.com/flathub/org.DolphinEmu.dolphin-emu
|
||||
# WHEN UPADTING: remember to update rd-submodules/yuzu contents
|
||||
|
||||
# needed for the emulate bluetooth adapter feature to work
|
||||
- name: bluez
|
||||
|
@ -1076,6 +1078,9 @@ modules:
|
|||
# RPCS3
|
||||
- cp emu-configs/config.yml ${FLATPAK_DEST}/retrodeck/emu-configs/
|
||||
|
||||
# Overlays
|
||||
- cp overlays ${FLATPAK_DEST}/retrodeck/overlays
|
||||
|
||||
# Placing appdata
|
||||
- mkdir -p ${FLATPAK_DEST}/share/appdata
|
||||
- cp net.retrodeck.retrodeck.appdata.xml ${FLATPAK_DEST}/share/appdata
|
||||
|
|
BIN
overlays/borders/dark/gb.png
Normal file
BIN
overlays/borders/dark/gb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 349 KiB |
BIN
overlays/borders/light/gb.png
Normal file
BIN
overlays/borders/light/gb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 434 KiB |
Loading…
Reference in a new issue