mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-01 02:00:49 -04: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