mirror of https://github.com/PCSX2/pcsx2.git
Set F4's AlsoApplyToGui to false to avoid a hang when spammed.
This commit is contained in:
parent
d943870413
commit
fd5d80b53f
|
@ -677,7 +677,7 @@ static const GlobalCommandDescriptor CommandDeclarations[] =
|
|||
Implementations::Framelimiter_MasterToggle,
|
||||
NULL,
|
||||
NULL,
|
||||
true,
|
||||
false,
|
||||
},
|
||||
|
||||
{ "GSwindow_CycleAspectRatio",
|
||||
|
|
Loading…
Reference in New Issue