mirror of
https://github.com/SourMesen/Mesen.git
synced 2025-04-02 10:52:48 -04:00
Debugger: Turn on compiled regex on x64 for syntax highlighting (2+x faster)
This commit is contained in:
parent
67b9a5c707
commit
6d0e011551
1 changed files with 1 additions and 4 deletions
|
@ -115,10 +115,7 @@ namespace FastColoredTextBoxNS
|
|||
{
|
||||
get
|
||||
{
|
||||
if (platformType == Platform.X86)
|
||||
return RegexOptions.Compiled;
|
||||
else
|
||||
return RegexOptions.None;
|
||||
return RegexOptions.Compiled;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue