mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2024-12-22 18:45:26 +00:00
Fix syntax error.
This commit is contained in:
parent
8a6353e0a6
commit
b3c8251007
|
@ -151,7 +151,7 @@ script_source = r"""
|
||||||
|
|
||||||
// GV100 (For the one person who owns a Titan Volta)
|
// GV100 (For the one person who owns a Titan Volta)
|
||||||
if(actual_devid == 0x1d81 || // TITAN V
|
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
|
actual_devid == 0x1dbA) { // Quadro GV100
|
||||||
spoofed_devid = 0x1db4; // Tesla V100
|
spoofed_devid = 0x1db4; // Tesla V100
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue