troubleshooter: update link for vcredist (#423)

## Description of change
RIP abbodi1406
This commit is contained in:
bicarus-dev
2025-11-16 00:07:36 -08:00
committed by GitHub
parent 5641e06a19
commit 9e2b04d5db
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -49,8 +49,10 @@ namespace deferredlogs {
if (is_crash) {
msg += " the game has crashed\n";
msg += " share this entire log file with someone for troubleshooting (log.txt)\n";
msg += " spice will also attempt to create a minidump (minidump.dmp)\n";
msg += " * share this entire log file with someone for troubleshooting (log.txt)\n";
msg += " * spice will also attempt to create a minidump (minidump.dmp)\n";
msg += " minidump should only be shared with people you trust as it may contain\n";
msg += " sensitive data (PCBID, card ID, etc)\n";
msg += "\n";
}