summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp
AgeCommit message (Collapse)Author
2025-05-01Make overriding explicit and remove redundant virtual specifiers on ↵Dr. Dystopia
overriding destructors - Core & UnitTests
2025-03-24Add numeric label support to assemblervyuuui
2024-10-10Modernize `std::find_if` with rangesmitaclaw
In BTEmu.cpp, `std::mem_fn` was not necessary for the predicate to compile.
2024-01-23GekkoSyntaxHighlight: Collapse cases for builtin color formatsLioncash
Same behavior, but without as much duplication.
2024-01-23GekkoSyntaxHighlight: Fix FPR terminal highlighting being treated as GPRsLioncash
Copy-paste error. Ultimately GPR and FPRs use the same highlighting style anyway, so this is mostly just a correctness change.
2023-12-13Parser and Assembler implementationsvyuuui