mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +00:00
38 lines
1.4 KiB
YAML
38 lines
1.4 KiB
YAML
app-id: net.retrodeck.mame
|
|
runtime: org.kde.Platform
|
|
# runtime-version: "6.5"
|
|
runtime-version: 5.15-23.08 # maybe solving the libflac issue?
|
|
sdk: org.kde.Sdk
|
|
command: /app/bin/mame
|
|
|
|
finish-args:
|
|
- --socket=wayland
|
|
- --socket=x11
|
|
- --socket=pulseaudio
|
|
- --share=ipc
|
|
- --share=network
|
|
- --device=all
|
|
- --filesystem=host
|
|
- --filesystem=home/.var/app/com.valvesoftware.Steam
|
|
- --allow=multiarch
|
|
- --talk-name=org.freedesktop.ScreenSaver
|
|
- --talk-name=org.freedesktop.PowerManagement.Inhibit
|
|
- --talk-name=org.freedesktop.login1.Manager
|
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
|
- --filesystem=xdg-config/gtk-3.0:ro
|
|
- --env=QT_QPA_PLATFORM=wayland;wayland-egl;xcb
|
|
# Dolphin
|
|
- --allow=bluetooth
|
|
# 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
|
|
# BoilR
|
|
- --filesystem=xdg-data/Steam:rw #Steam (flatpak)
|
|
- --filesystem=~/.steam:rw # Steam (Non-flatpak)
|
|
- --filesystem=~/.var/app/com.valvesoftware.Steam:rw # Steam (Flatpak)
|
|
# PPSSPP, DOLPHIN
|
|
- --filesystem=xdg-run/gamescope-0:ro
|
|
|