Skip to content
Permalink
Browse files
Merge pull request #11007 from PEmu2/enj
Edit error message
  • Loading branch information
AdmiralCurtiss committed Sep 8, 2022
2 parents 696614f + b516ae1 commit 85bd57d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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);
}
}

0 comments on commit 85bd57d

Please sign in to comment.