softgpu
softgpu copied to clipboard
set-sign.reg missing hyphen
After a few hours of troubleshooting, the set-sign.reg is attempting to set the REV_QEMU3DFX hash but the hash needs the - at the end indicated by the output of the wrapper build.
"REV_QEMU3DFX"="6632842" should actually be "REV_QEMU3DFX"="6632842-"
I didn't see the .reg file here to author a PR on it so felt I would open an issue.
Hello, thanks! There was bug which corrupt shorter strings, but in current version it sould be fixed - both "REV_QEMU3DFX"="6632842-" and "REV_QEMU3DFX"="6632842" should works now.