diff --git a/CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs b/CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs index 85062d71..795c2abf 100644 --- a/CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs +++ b/CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs @@ -214,7 +214,7 @@ namespace CompatBot.EventHandlers.LogParsing ["Unimplemented syscall"] = new Regex(@"U \d+:\d+:\d+\.\d+ ({(?.+?)} )?.*Unimplemented syscall (?.*)\r?$", DefaultOptions), ["Could not enqueue"] = new Regex(@"cellAudio: Could not enqueue buffer onto audio backend(?.).*\r?$", DefaultOptions), ["Failed to bind device"] = new Regex(@"Failed to bind device (?.+) to handler (?.+).*\r?$", DefaultOptions), - //["{PPU["] = new Regex(@"{PPU\[.+\]} (?[^ :]+)( TODO)?: (?!\xE2\x80\x9C)(?[^ :]+?)\(.*\r?$", DefaultOptions), + ["{PPU["] = new Regex(@"{PPU\[.+\]} (?[^ :]+)( TODO)?: (?!\xE2\x80\x9C)(?[^ :]+?)\(.*\r?$", DefaultOptions), ["⁂"] = new Regex(@"\xE2\x81\x82 (?[^ :\[]+?) .*\r?$", DefaultOptions), ["undub"] = new Regex(@"(\b|_)(?(undub|translation patch))(\b|_)", DefaultOptions | RegexOptions.IgnoreCase), },