Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/CommandProcessor.cpp
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 85bd57d

Please sign in to comment.