Searched refs:lightPattern (Results 1 – 1 of 1) sorted by relevance
425 std::regex lightPattern("(player|sony)-?([0-9]+)"); in configureLights() local427 if (std::regex_match(rawInfo->name, results, lightPattern)) { in configureLights()