Skip to content

Commit

Permalink
Remove rogue variable read
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Sep 12, 2023
1 parent 8e2f9c2 commit 70d7bf3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/extras/vfio-passthrough.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
latestOSVer = "13"
runs = 0

global USR_SCREEN_RES

USR_SCREEN_RES = open("./blobs/user/USR_SCREEN_RES.apb")
USR_SCREEN_RES = USR_SCREEN_RES.read()

class color:
PURPLE = '\033[95m'
Expand Down

0 comments on commit 70d7bf3

Please sign in to comment.