mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 19:45:20 +00:00
gamelauncher.py: define return type to game drive
This commit is contained in:
parent
0712a21d48
commit
490ecd1bb0
@ -3,7 +3,7 @@ from pathlib import Path
|
|||||||
from typing import Dict, Set
|
from typing import Dict, Set
|
||||||
|
|
||||||
|
|
||||||
def enable_steam_game_drive(env: Dict[str, str]):
|
def enable_steam_game_drive(env: Dict[str, str]) -> Dict[str, str]:
|
||||||
"""Enable Steam Game Drive functionality.
|
"""Enable Steam Game Drive functionality.
|
||||||
|
|
||||||
Expects STEAM_COMPAT_INSTALL_PATH to be set
|
Expects STEAM_COMPAT_INSTALL_PATH to be set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user