Skip to content

Commit

Permalink
Fixes for USB Version
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Aug 7, 2014
1 parent 9fdf09a commit 5f2ea30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions I-Nex/i-nex/.src/Disk_Drives.module
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@ Public Sub disks()
Next

Select Case USB_VERSION
Case Like "*1.1*"
Case Like "*1*"
USB_PIC = Picture.Load("Data/USB/usb1")
Case Like "*2.00*"
Case Like "*2*"
USB_PIC = Picture.Load("Data/USB/usb2")
Case Like "*3*"
USB_PIC = Picture.Load("Data/USB/usb3")
Expand Down

0 comments on commit 5f2ea30

Please sign in to comment.