mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02: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