diff --git a/.gitignore b/.gitignore index acbedd4..44fdbcc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ windows/gamelist.xml ports/gamelist.xml *.log *.rar -*.zip \ No newline at end of file +*.zip +.vscode/ \ No newline at end of file diff --git a/ports/RGSX/__main__.py b/ports/RGSX/__main__.py index 3ed29a2..0a9f6e1 100644 --- a/ports/RGSX/__main__.py +++ b/ports/RGSX/__main__.py @@ -1,6 +1,7 @@ import os os.environ["SDL_FBDEV"] = "/dev/fb0" import pygame # type: ignore +# type: ignore[reportAttributeAccessIssue] import asyncio import platform import logging