mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-19 20:24:59 -03:00
InputCommon: Allow controller settings specified with input expresions.
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user