mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
d5872728a8
|
@ -290,7 +290,7 @@ string Console::formatFromFilename() const
|
|||
{
|
||||
try
|
||||
{
|
||||
std::regex rgx(Pattern[i][0]);
|
||||
std::regex rgx(Pattern[i][0], std::regex_constants::icase);
|
||||
if(std::regex_search(filename, rgx))
|
||||
return Pattern[i][1];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue