mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 05:37:36 -05:00
Remove "please report it to the developers" from unknown opcode message
I think we've gotten all the useful reports we can get from this now. Nowadays we're just getting repeated reports of issues we already know about, like https://bugs.dolphin-emu.org/issues/12321.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user