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-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@ Want to play some old or new emulator games on your couch? Going to add them to
2
2
3
3
# Features
4
4
5
+
## Multiplatform
6
+
7
+
Runs on Windows and Linux! Should run on Mac OS too, but you'll need to build it from source yourself.
8
+
5
9
## Instructions and examples
6
10
7
11
Use instructions and examples to create your own parser. When creating a parser configuration, you can read side-by-side about each input field and how does it work.
@@ -38,18 +42,6 @@ No images found or you just want to use your own images? Fear not! Steam ROM Man
38
42
- Multiple user configuration support.
39
43
- Fully support image downloads from **SteamGridDB**, **retrogaming.cloud** and partially from **ConsoleGrid**.
40
44
41
-
# Executable arguments for emulators
42
-
43
-
While you can freely choose what your executable arguments should be, here are some argument examples for emulators that you might want.
44
-
45
-
## Dolphin
46
-
47
-
`--exec="${filePath}" --batch --confirm=false`
48
-
49
-
## Cemu
50
-
51
-
`-f -g "${filePath}"`
52
-
53
45
# Special thanks
54
46
55
47
- Thank you **doZennn** for providing title list for fuzzy matching and an icon. Also testing this app.
0 commit comments