This website requires JavaScript.
Explore
Help
Sign In
piwalker
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-09-14 23:42:57 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
143a13622f094f196537d4ef19c31ce8b51c17c9
dolphin
/
Source
/
Core
/
InputCommon
/
ControlReference
History
get
1df482d51f
Prefer static const std::regex
...
std::regex has a relatively expensive constructor, and these are unchanging regexes.
2023-06-08 09:39:23 -05:00
..
ControlReference.cpp
…
ControlReference.h
…
ExpressionParser.cpp
Prefer static const std::regex
2023-06-08 09:39:23 -05:00
ExpressionParser.h
…
FunctionExpression.cpp
…
FunctionExpression.h
…