From 8b9dba21e574e47a97051d18a175074de8034c56 Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 4 Jan 2019 19:04:55 +0800 Subject: [PATCH] fix bug in gpu driver switch --- Menu/GameShell/10_Settings/Lima/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menu/GameShell/10_Settings/Lima/__init__.py b/Menu/GameShell/10_Settings/Lima/__init__.py index 6615451..92c1a41 100644 --- a/Menu/GameShell/10_Settings/Lima/__init__.py +++ b/Menu/GameShell/10_Settings/Lima/__init__.py @@ -12,7 +12,7 @@ from UI.constants import Width,Height,ICON_TYPES,RESTARTUI from UI.page import Page,PageSelector from UI.label import Label from UI.fonts import fonts -from UI.util_funcs import midRect +from UI.util_funcs import midRect,FileExists from UI.keys_def import CurKeys from UI.scroller import ListScroller from UI.icon_pool import MyIconPool