mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2026-05-01 13:03:08 +03:00
Fix devices spoofed as Tesla M10.
This commit is contained in:
@@ -131,6 +131,7 @@ script_source = r"""
|
||||
actual_devid == 0x13bb || // Quadro K620
|
||||
actual_devid == 0x13bc) { // Quadro K1200
|
||||
spoofed_devid = 0x13bd; // Tesla M10
|
||||
spoofed_subsysid = 0x1160;
|
||||
}
|
||||
|
||||
// GM204
|
||||
|
||||
Reference in New Issue
Block a user