dolphin-emulator/Source/Core
waddlesplash 5643fe5d1f FileSearch: Don't use RegExs, just do string comparisons.
Nothing used the RegEx feature of FileSearch, and GCC < 4.9
doesn't support C++11 RegEx properly, so get rid of it.
2015-09-27 13:25:51 -04:00
..
AudioCommon Merge pull request #3026 from lioncash/constexpr 2015-09-12 02:28:38 -04:00
Common FileSearch: Don't use RegExs, just do string comparisons. 2015-09-27 13:25:51 -04:00
Core FileSearch: Don't use RegExs, just do string comparisons. 2015-09-27 13:25:51 -04:00
DiscIO Merge pull request #2829 from JosJuice/fix-wii-fst-size-2 2015-09-12 00:50:00 -04:00
DolphinQt FileSearch: Don't use RegExs, just do string comparisons. 2015-09-27 13:25:51 -04:00
DolphinWX FileSearch: Don't use RegExs, just do string comparisons. 2015-09-27 13:25:51 -04:00
InputCommon ControllerInterface: Fix -Winconsistent-missing-override warnings on OSX 2015-09-17 15:15:15 -04:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends FileSearch: Don't use RegExs, just do string comparisons. 2015-09-27 13:25:51 -04:00
VideoCommon FileSearch: Don't use RegExs, just do string comparisons. 2015-09-27 13:25:51 -04:00
CMakeLists.txt