Skip to content

Commit

Permalink
Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
DualCoder committed Apr 11, 2021
1 parent 8a6353e commit b3c8251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vgpu_unlock
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ script_source = r"""
// GV100 (For the one person who owns a Titan Volta)
if(actual_devid == 0x1d81 || // TITAN V
actual_devid == 0x1db6)|| // TITAN V CEO Edition 32GB
actual_devid == 0x1db6 || // TITAN V CEO Edition 32GB
actual_devid == 0x1dbA) { // Quadro GV100
spoofed_devid = 0x1db4; // Tesla V100
}
Expand Down

0 comments on commit b3c8251

Please sign in to comment.