Skip to content

Commit 795f1bd

Browse files
committed
DuckStation
1 parent 01d7fae commit 795f1bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulsion",
3-
"version": "0.10.19",
3+
"version": "0.10.20",
44
"summary": "Better gaming throught chemistry",
55
"description": "Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.",
66
"homepage": "https://yphil.gitlab.io/emulsion",

src/js/platforms.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ export const PLATFORMS = [
191191
extensions: [".cue", ".bin", ".iso"],
192192
emulators: [
193193
{ name: "ARES", flatpak: "dev.ares.ares", scoop: "games/ares", url: "https://ares-emu.net/", args: "--fullscreen" },
194-
{ name: "PSXE", flatpak: null, scoop: null, url: "http://github.com/allkern/psxe", args: "--fullscreen" },
194+
{ name: "DuckStation", flatpak: null, scoop: null, url: "https://duckstation.org/", args: "-fullscreen -nogui" },
195+
{ name: "PSXE", flatpak: null, scoop: null, url: "http://github.com/allkern/psxe", args: "--fullscreen" }
195196
]
196197
},
197198
{

0 commit comments

Comments
 (0)