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-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,9 +176,9 @@ Title Comamnd Shared Options:
176
176
-**-S | --subtitle-strict:** Same as **-s**, but only exact matches are considered
177
177
-**-r | --random:** Selects a random title from the database. Must be followed by a library filter: `all`/`any`, `game`/`arcade`, or `animation`/`theatre`
178
178
179
-
The **-title** and **-subtitle** options are case-insensitive and will match any title that contains the value provided; however, the provided title should match as closely as possible to how it appears within Flashpoint, as checks for close matches are limited due to technical restrictions. If more than one entry is found, a dialog window with more information will be displayed so that the intended title can be selected, though there is a limit to the number of matches.
179
+
The **--title** and **--subtitle** options are case-insensitive and will match any title that contains the value provided; however, the provided title should match as closely as possible to how it appears within Flashpoint, as checks for close matches are limited due to technical restrictions. If more than one entry is found, a dialog window with more information will be displayed so that the intended title can be selected, though there is a limit to the number of matches.
180
180
181
-
The **-title-strict** and **-subtitle-strict** options only consider exact matches and are performed slightly faster than their more flexible counterparts.
181
+
The **--title-strict** and **--subtitle-strict** options only consider exact matches and are performed slightly faster than their more flexible counterparts.
182
182
183
183
Tip: You can use **-subtitle** with an empty string (i.e. `-s ""`) to see all of the additional-apps for a given title.
184
184
@@ -208,6 +208,8 @@ Notes:
208
208
Options:
209
209
210
210
-[Title Command](#title-commands) options
211
+
-**--ruffle:** Forces the use of Ruffle for applicable Flash games. Takes precedence over **--flash**.
212
+
-**--flash:** Forces the use of the standard app (usually Flash Player) for applicable Flash games.
211
213
212
214
Notes:
213
215
- You can use `--` to pass arguments directly to the title's underlying executable/script, which can be useful for testing or customizing your experience:
0 commit comments