Merge pull request #14499 from JosJuice/gpu-desync-no-report

Remove "please report it to the developers" from unknown opcode message
This commit is contained in:
JMC47 2026-03-25 13:31:55 -04:00 committed by GitHub
commit dcbcfed12a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -700,8 +700,8 @@ void CommandProcessorManager::HandleUnknownOpcode(u8 cmd_byte, const u8* buffer,
{
advice = _trans(
"This error is usually caused by the emulated GPU desyncing with the emulated CPU, "
"but your current settings make this unlikely to happen. If this error is stopping the "
"game from working, please report it to the developers.");
"but your current settings make this unlikely to happen. The error may also be caused by "
"a game bug.");
}
PanicAlertFmtT("GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, preprocess={2}).\n"