mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 19:37:02 -05: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:
@@ -52,7 +52,7 @@ public:
|
||||
break;
|
||||
|
||||
case Terminal::FPR:
|
||||
HighlightCurToken(HighlightFormat::GPR);
|
||||
HighlightCurToken(HighlightFormat::FPR);
|
||||
break;
|
||||
|
||||
case Terminal::SPR:
|
||||
|
||||
Reference in New Issue
Block a user