mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
InputCommon: Make the "input gate" not racey.
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
class ControlReference
|
||||
{
|
||||
public:
|
||||
static bool InputGateOn();
|
||||
// Note: this is per thread.
|
||||
static void SetInputGate(bool enable);
|
||||
static bool GetInputGate();
|
||||
|
||||
virtual ~ControlReference();
|
||||
virtual ControlState State(const ControlState state = 0) = 0;
|
||||
|
||||
Reference in New Issue
Block a user