mirror of
https://github.com/libretro/Mesen.git
synced 2025-01-31 13:52:19 +00:00
Debugger: Turn on compiled regex on x64 for syntax highlighting (2+x faster)
This commit is contained in:
parent
67b9a5c707
commit
6d0e011551
@ -115,10 +115,7 @@ namespace FastColoredTextBoxNS
|
||||
{
|
||||
get
|
||||
{
|
||||
if (platformType == Platform.X86)
|
||||
return RegexOptions.Compiled;
|
||||
else
|
||||
return RegexOptions.None;
|
||||
return RegexOptions.Compiled;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user