You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Other features include:
33
33
- Motion adaptive deinterlacing.
34
34
- Adaptive downsampling filter.
35
35
- Screen rotation for vertical or "TATE" shmup games.
36
-
- Post processing shader chains (GLSL and Reshade FX).
36
+
- Post processing shader chains (GLSL, Reshade FX and Slang Presets).
37
37
- Border overlays/bezels displayed around game content.
38
38
- "Fast boot" for skipping BIOS splash/intro.
39
39
- Save state support, with runahead and rewind.
@@ -94,7 +94,7 @@ Once downloaded and extracted, you can launch the emulator with `duckstation-qt-
94
94
95
95
### Linux
96
96
97
-
DuckStation is provided for x86_64/ARM32/ARM64 Linux in AppImage (recommended) and Flatpak (not recommended) formats.
97
+
DuckStation is provided for x86_64/ARM32/ARM64 Linux in AppImage formats.
98
98
99
99
#### AppImage
100
100
@@ -103,21 +103,7 @@ The AppImages require a distribution equivalent to Ubuntu 22.04 or newer to run.
103
103
- Go to https://github.com/stenzek/duckstation/releases/tag/latest, and download `duckstation-x64.AppImage`.
104
104
- Run `chmod a+x` on the downloaded AppImage -- following this step, the AppImage can be run like a typical executable.
105
105
106
-
#### Flatpak
107
-
108
-
Due to various Flatpak limitations and Flathub randomly breaking regularly, **the Flatpak package is not recommended**. **We recommend that you use the AppImage instead.**
109
-
110
-
- Go to https://github.com/stenzek/duckstation/releases/tag/latest, and download `duckstation-x64.flatpak`.
111
-
- Run `flatpak install ./duckstation-x64.flatpak`.
112
-
113
-
or, if you have FlatHub set up:
114
-
- Run `flatpak install org.duckstation.DuckStation`.
115
-
116
-
Use `flatpak run org.duckstation.DuckStation` to start, or select `DuckStation` in the launcher of your desktop environment. Follow the Setup Wizard to get started.
117
-
118
-
**As of 2025/07/26, with the aforementioned issues and a lack of interest from users, the Flatpak package is deprecated. Future updates are not guaranteed.**
119
-
120
-
To migrate your data from the Flatpak package to the AppImage, you can run the following command:
106
+
If you were previously using the Flatpak package, to migrate your data from the Flatpak to the AppImage, you can run the following command:
0 commit comments