gamelauncher.py: define return type to game drive

This commit is contained in:
R1kaB3rN 2024-02-11 09:59:14 -08:00
parent 0712a21d48
commit 490ecd1bb0
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ from pathlib import Path
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.
Expects STEAM_COMPAT_INSTALL_PATH to be set