diff --git a/core/title.py b/core/title.py index 7aeb433..016e09a 100644 --- a/core/title.py +++ b/core/title.py @@ -80,7 +80,8 @@ class BaseServlet: cfg_dir (str): Config directory Returns: - Tuple[bool, str]: Tuple where offset 0 is true if the game is enabled, false otherwise, and offset 1 is the game CD + Tuple[bool, List[str], List[str]]: Tuple where offset 0 is true if the game is enabled, false otherwise, and offset 1 is the game CDs handled + by this servlette, and offset 2 is mucha netID prefixes that should be used for each game CD. """ return (False, [], [])