mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-04-10 19:15:11 +00:00
Merge branch 'master' of https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu; branch 'master' of https://github.com/flathub/org.DolphinEmu.dolphin-emu
This commit is contained in:
commit
54cce8c3b4
|
|
@ -123,9 +123,13 @@ At the moment the only realistic usage case for this are HDR10 filters if you ha
|
||||||
|
|
||||||
### talk-name=org.freedesktop.ScreenSaver
|
### talk-name=org.freedesktop.ScreenSaver
|
||||||
|
|
||||||
Required for screensaver inhibition during gameplay.
|
Also `--talk-name=org.xfce.ScreenSaver` and `--talk-name=org.mate.ScreenSaver`.
|
||||||
|
|
||||||
It can be disabled but your screensaver might trigger during gameplay depending on your input device and screensaver configuration.
|
These are required for screensaver inhibition during gameplay on systems with old or defective portal implementations.
|
||||||
|
|
||||||
|
If you're on a desktop with a newer portal implementation it's safe to disable all of these.
|
||||||
|
|
||||||
|
You can also disable them on older systems, but your screensaver might trigger during gameplay depending on your input device and screensaver configuration.
|
||||||
|
|
||||||
## dolphin-tool
|
## dolphin-tool
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,12 @@
|
||||||
<id>dolphin-emu.desktop</id>
|
<id>dolphin-emu.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="2503" date="2025-03-10">
|
||||||
|
<description></description>
|
||||||
|
</release>
|
||||||
|
<release version="2412" date="2024-12-02">
|
||||||
|
<description/>
|
||||||
|
</release>
|
||||||
<release version="2409" date="2024-09-04">
|
<release version="2409" date="2024-09-04">
|
||||||
<description></description>
|
<description></description>
|
||||||
</release>
|
</release>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,11 @@ finish-args:
|
||||||
# required for the emulated bluetooth adapter feature to work.
|
# required for the emulated bluetooth adapter feature to work.
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
|
# required for screensaver inhibition on desktops with
|
||||||
|
# old or defective portal implementations.
|
||||||
- --talk-name=org.freedesktop.ScreenSaver
|
- --talk-name=org.freedesktop.ScreenSaver
|
||||||
|
- --talk-name=org.xfce.ScreenSaver
|
||||||
|
- --talk-name=org.mate.ScreenSaver
|
||||||
# required for Gamescope on Steam Deck
|
# required for Gamescope on Steam Deck
|
||||||
- --filesystem=xdg-run/gamescope-0:ro
|
- --filesystem=xdg-run/gamescope-0:ro
|
||||||
modules:
|
modules:
|
||||||
|
|
@ -57,17 +61,6 @@ modules:
|
||||||
stable-only: true
|
stable-only: true
|
||||||
url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz
|
url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz
|
||||||
|
|
||||||
# needed for screensaver inhibition
|
|
||||||
- name: xdg-screensaver-shim
|
|
||||||
buildsystem: meson
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: https://github.com/Unrud/xdg-screensaver-shim/archive/0.0.2.tar.gz
|
|
||||||
sha256: 0ed2a69fe6ee6cbffd2fe16f85116db737f17fb1e79bfb812d893cf15c728399
|
|
||||||
|
|
||||||
# The kde runtime bundles 2.28.5 but current dolphin versions require 2.30.6
|
|
||||||
- SDL2/SDL2-no-libdecor.json
|
|
||||||
|
|
||||||
- name: dolphin-emu
|
- name: dolphin-emu
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
|
|
@ -86,7 +79,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/dolphin-emu/dolphin.git
|
url: https://github.com/dolphin-emu/dolphin.git
|
||||||
commit: 3c4d4fcd09173ea070dc812ab5d64ca3a3af5f29
|
commit: 9763c0a1e2b9db0c3861d25bc2f5a0ace6a15ee3
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: json
|
type: json
|
||||||
url: https://dolphin-emu.org/update/latest/beta
|
url: https://dolphin-emu.org/update/latest/beta
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue