Merge pull request #11007 from PEmu2/enj

Edit error message
This commit is contained in:
Admiral H. Curtiss
2022-09-08 20:00:18 +02:00
committed by GitHub

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);
}
}