summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.h
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2023-02-19 16:30:06 +0100
committerJosJuice <josjuice@gmail.com>2023-02-19 16:35:28 +0100
commitf2be35c7cdc97e53f3d9f424ec29d3cbeb6989d5 (patch)
tree46fc3b87f8b70716d9ea3ab5d852c5ac33dbac35 /Source/Core/VideoCommon/CommandProcessor.h
parente65167f9cd946cfacd1d6bfc86582e84e811518a (diff)
VideoCommon: Reword the unknown opcode error message
When faced with this error, users often don't try disabling dual core, even though the error message suggests it. Perhaps the message is just too long and lists too many things? To try to improve the situation, I'm rewording the message and making it say different things depending on what settings you are using.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.h')
-rw-r--r--Source/Core/VideoCommon/CommandProcessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.h b/Source/Core/VideoCommon/CommandProcessor.h
index 34b1e8701f..ccc381b535 100644
--- a/Source/Core/VideoCommon/CommandProcessor.h
+++ b/Source/Core/VideoCommon/CommandProcessor.h
@@ -177,7 +177,7 @@ public:
void SetCpControlRegister(Core::System& system);
void SetCpStatusRegister(Core::System& system);
- void HandleUnknownOpcode(u8 cmd_byte, const u8* buffer, bool preprocess);
+ void HandleUnknownOpcode(Core::System& system, u8 cmd_byte, const u8* buffer, bool preprocess);
// This one is shared between gfx thread and emulator thread.
// It is only used by the Fifo and by the CommandProcessor.