diff --git a/scripts/extras/vfio-passthrough.py b/scripts/extras/vfio-passthrough.py index f42fb5b..aecffb9 100755 --- a/scripts/extras/vfio-passthrough.py +++ b/scripts/extras/vfio-passthrough.py @@ -129,6 +129,7 @@ def pause(): selected_vfio_ids: list = [] qemu_flags: list = [] gpuDetected = 0 +naviDetected = 0 # Symbol for Lists (because Gigantech got us all f*cked up in the first place and now we can't decide on our UI thingy) symbol: str = "》" @@ -627,4 +628,4 @@ def manualAPSelect(): manualAPSelect() # Start Script -preliminary() \ No newline at end of file +preliminary()