From 3b983b52b55c15105a8a430b40008a4f8b9f1ef9 Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Thu, 8 Feb 2024 20:28:42 +0100 Subject: [PATCH 1/2] Add flatpak-tool to the readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0dea4bc..1c9fb08 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,14 @@ Required for screensaver inhibition during gameplay. It can be disabled but your screensaver might trigger during gameplay depending on your input device and screensaver configuration. +# dolphin-tool + +Some cli iso manipulation tasks can be achieved with `dolphin-tool`, it is bundled with the flatpak but not exposed to the outside. + +It can be accessed through the `--command` option in `flatpak run`, for instance, checking a game's header would be achieved in this way: + +`flatpak run --command=dolphin-tool org.DolphinEmu.dolphin-emu header -i /path/to/file` + # Update frequency We update on beta releases and dolphin progress reports (these usually happen at the same time). From 48ad8883c551d979bbe3be113fb8c154b6d27d23 Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Thu, 8 Feb 2024 22:31:54 +0100 Subject: [PATCH 2/2] Add developer_name to satisfy the linter --- org.DolphinEmu.dolphin-emu.appdata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/org.DolphinEmu.dolphin-emu.appdata.xml b/org.DolphinEmu.dolphin-emu.appdata.xml index a0887db..e89de2d 100644 --- a/org.DolphinEmu.dolphin-emu.appdata.xml +++ b/org.DolphinEmu.dolphin-emu.appdata.xml @@ -3,6 +3,7 @@ dolphin-emu.desktop Dolphin Emulator + dolphin-emu team GameCube / Wii / Triforce Emulator CC-BY-SA-3.0 GPL-2.0+