mirror of
https://github.com/PabloMK7/citra.git
synced 2025-07-26 14:26:50 +00:00
optimize settings application
This commit is contained in:
parent
4564fc5baa
commit
f649c443d9
8 changed files with 3 additions and 9 deletions
src/citra_qt/configuration
|
@ -186,8 +186,6 @@ void ConfigureInput::applyConfiguration() {
|
|||
[](const Common::ParamPackage& param) { return param.Serialize(); });
|
||||
std::transform(analogs_param.begin(), analogs_param.end(), Settings::values.analogs.begin(),
|
||||
[](const Common::ParamPackage& param) { return param.Serialize(); });
|
||||
|
||||
Settings::Apply();
|
||||
}
|
||||
|
||||
void ConfigureInput::loadConfiguration() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue