mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2025-12-11 22:15:36 +02:00
Fix syntax error.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user