mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 14:28:34 +00:00
InputCommon: Allow controller settings specified with input expresions.
This commit is contained in:
parent
6a857df219
commit
e8152b700f
13 changed files with 172 additions and 28 deletions
|
@ -10,8 +10,6 @@
|
|||
|
||||
namespace ciface::ExpressionParser
|
||||
{
|
||||
constexpr ControlState CONDITION_THRESHOLD = 0.5;
|
||||
|
||||
using Clock = std::chrono::steady_clock;
|
||||
using FSec = std::chrono::duration<ControlState>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue