summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2022-09-08 20:00:18 +0200
committerGitHub <noreply@github.com>2022-09-08 20:00:18 +0200
commit85bd57df0ee0468e61bc40543b7486c907529abd (patch)
tree4b8a1b1685db0c405b19e605d843f9097ec75653 /Source/Core/VideoCommon/CommandProcessor.cpp
parent696614fd1b3e444db369c38c505e21211feff75f (diff)
parentb516ae12ca76552d9bacb3d268cf486d146c482b (diff)
Merge pull request #11007 from PEmu2/enj
Edit error message
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
-rw-r--r--Source/Core/VideoCommon/CommandProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp
index 6ebb726d23..f2264ecbe0 100644
--- a/Source/Core/VideoCommon/CommandProcessor.cpp
+++ b/Source/Core/VideoCommon/CommandProcessor.cpp
@@ -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);
}
}