diff options
| author | Léo Lam <leo@leolam.fr> | 2020-11-21 00:29:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 00:29:43 +0100 |
| commit | fa73b1a23f9b0c5104909de410f9ae533cbf8af4 (patch) | |
| tree | f12ba1fc8fd213723191138bfdcc5fbfd5b2d5c8 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | 33f15f22e21a808314d19f41290a73d2fb014ea7 (diff) | |
| parent | e4ceed2bed247c18e3c4d72eca24fa9f7ef64bb1 (diff) | |
Merge pull request #9269 from JosJuice/fmt-positional-checks
Common: Assert that translatable strings use positional arguments
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/CommandProcessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp index ea52be0ef2..4694860787 100644 --- a/Source/Core/VideoCommon/CommandProcessor.cpp +++ b/Source/Core/VideoCommon/CommandProcessor.cpp @@ -525,7 +525,7 @@ void SetCpClearRegister() void HandleUnknownOpcode(u8 cmd_byte, void* buffer, bool preprocess) { // TODO(Omega): Maybe dump FIFO to file on this error - PanicAlertFmtT("GFX FIFO: Unknown Opcode ({:#04x} @ {}, {}).\n" + PanicAlertFmtT("GFX FIFO: Unknown Opcode ({0:#04x} @ {1}, {2}).\n" "This means one of the following:\n" "* The emulated GPU got desynced, disabling dual core can help\n" "* Command stream corrupted by some spurious memory bug\n" |
