mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
ulwgl_run: update usage
This commit is contained in:
parent
f6ba346f1c
commit
7c48acbb9a
@ -19,6 +19,8 @@ def parse_args() -> Union[Namespace, Tuple[str, List[str]]]: # noqa: D103
|
|||||||
exe: str = Path(__file__).name
|
exe: str = Path(__file__).name
|
||||||
usage: str = f"""
|
usage: str = f"""
|
||||||
example usage:
|
example usage:
|
||||||
|
GAMEID= {exe} /home/foo/example.exe
|
||||||
|
WINEPREFIX= GAMEID= {exe} /home/foo/example.exe
|
||||||
WINEPREFIX= GAMEID= PROTONPATH= {exe} /home/foo/example.exe
|
WINEPREFIX= GAMEID= PROTONPATH= {exe} /home/foo/example.exe
|
||||||
WINEPREFIX= GAMEID= PROTONPATH= {exe} /home/foo/example.exe -opengl
|
WINEPREFIX= GAMEID= PROTONPATH= {exe} /home/foo/example.exe -opengl
|
||||||
WINEPREFIX= GAMEID= PROTONPATH= {exe} ""
|
WINEPREFIX= GAMEID= PROTONPATH= {exe} ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user