mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
GekkoSyntaxHighlight: Fix FPR terminal highlighting being treated as GPRs
Copy-paste error. Ultimately GPR and FPRs use the same highlighting style anyway, so this is mostly just a correctness change.
This commit is contained in:
parent
f2292467ad
commit
e4fa5614d1
@ -52,7 +52,7 @@ public:
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case Terminal::FPR:
|
case Terminal::FPR:
|
||||||
HighlightCurToken(HighlightFormat::GPR);
|
HighlightCurToken(HighlightFormat::FPR);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Terminal::SPR:
|
case Terminal::SPR:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user