mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +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_screenshot_flash = "0"
|
||||||
notification_show_set_initial_disk = "true"
|
notification_show_set_initial_disk = "true"
|
||||||
notification_show_when_menu_is_alive = "false"
|
notification_show_when_menu_is_alive = "false"
|
||||||
overlay_directory = "/app/share/libretro/overlays"
|
overlay_directory = "/app/retrodeck/overlays"
|
||||||
ozone_collapse_sidebar = "false"
|
ozone_collapse_sidebar = "false"
|
||||||
ozone_menu_color_theme = "1"
|
ozone_menu_color_theme = "1"
|
||||||
ozone_scroll_content_metadata = "false"
|
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 --exclude={'res/screenshots/','shared-modules/','rd-submodules/retroarch','.git/','docs','retrodeck-flatpak/','retrodeck-flatpak-cooker/','.flatpak-builder/'} ~/RetroDECK/ ~/flathub/
|
||||||
|
|
||||||
sync -rav --progress { \
|
sync -rav --progress { \
|
||||||
|
'overlays', \
|
||||||
'rd-submodules', \
|
'rd-submodules', \
|
||||||
'flathub.json', \
|
'flathub.json', \
|
||||||
'LICENSE', \
|
'LICENSE', \
|
||||||
|
|
|
@ -350,6 +350,7 @@ modules:
|
||||||
|
|
||||||
# Yuzu - START
|
# Yuzu - START
|
||||||
# https://github.com/flathub/org.yuzu_emu.yuzu
|
# https://github.com/flathub/org.yuzu_emu.yuzu
|
||||||
|
# WHEN UPADTING: remember to update rd-submodules/yuzu contents
|
||||||
|
|
||||||
- name: libzip
|
- name: libzip
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
@ -634,6 +635,7 @@ modules:
|
||||||
|
|
||||||
# Dolphin - START
|
# Dolphin - START
|
||||||
# https://github.com/flathub/org.DolphinEmu.dolphin-emu
|
# 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
|
# needed for the emulate bluetooth adapter feature to work
|
||||||
- name: bluez
|
- name: bluez
|
||||||
|
@ -1076,6 +1078,9 @@ modules:
|
||||||
# RPCS3
|
# RPCS3
|
||||||
- cp emu-configs/config.yml ${FLATPAK_DEST}/retrodeck/emu-configs/
|
- cp emu-configs/config.yml ${FLATPAK_DEST}/retrodeck/emu-configs/
|
||||||
|
|
||||||
|
# Overlays
|
||||||
|
- cp overlays ${FLATPAK_DEST}/retrodeck/overlays
|
||||||
|
|
||||||
# Placing appdata
|
# Placing appdata
|
||||||
- mkdir -p ${FLATPAK_DEST}/share/appdata
|
- mkdir -p ${FLATPAK_DEST}/share/appdata
|
||||||
- cp net.retrodeck.retrodeck.appdata.xml ${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