mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add custom launch options to game
This commit is contained in:
parent
83e662f633
commit
520eb91a55
15 changed files with 155 additions and 8 deletions
|
@ -115,6 +115,7 @@ export interface Game {
|
|||
downloader: Downloader;
|
||||
winePrefixPath: string | null;
|
||||
executablePath: string | null;
|
||||
launchOptions: string | null;
|
||||
lastTimePlayed: Date | null;
|
||||
uri: string | null;
|
||||
fileSize: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue