mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-01 10:09:56 +01:00
2dce2be138
Since this is inside a string literal, backslashes that are part of regex syntax have to be escaped. But that's ugly, so convert to a raw string instead.