mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-02 00:12:45 +00:00
Merge pull request #8456 from jordan-woyak/input-gate-race-fix
InputCommon: Make the "input gate" not racy.
This commit is contained in:
commit
913cb08066
17 changed files with 32 additions and 63 deletions
|
@ -393,16 +393,6 @@ bool Settings::IsBreakpointsVisible() const
|
|||
return GetQSettings().value(QStringLiteral("debugger/showbreakpoints")).toBool();
|
||||
}
|
||||
|
||||
bool Settings::IsControllerStateNeeded() const
|
||||
{
|
||||
return m_controller_state_needed;
|
||||
}
|
||||
|
||||
void Settings::SetControllerStateNeeded(bool needed)
|
||||
{
|
||||
m_controller_state_needed = needed;
|
||||
}
|
||||
|
||||
void Settings::SetCodeVisible(bool enabled)
|
||||
{
|
||||
if (IsCodeVisible() != enabled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue