Edit error message

Edit error message to be less sarcastic. I doubt many users appreciate this when Dolphin has just crashed.
This commit is contained in:
PEmu2 2022-08-22 19:52:13 -07:00 committed by GitHub
parent 48fdbcde23
commit b516ae12ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -662,7 +662,7 @@ void HandleUnknownOpcode(u8 cmd_byte, const u8* buffer, bool preprocess)
"* This really is an unknown opcode (unlikely)\n"
"* Some other sort of bug\n\n"
"Further errors will be sent to the Video Backend log and\n"
"Dolphin will now likely crash or hang. Enjoy.",
"Dolphin will now likely crash or hang.",
cmd_byte, fmt::ptr(buffer), preprocess);
}
}