mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 10:20:14 +00:00
fix
This commit is contained in:
parent
005b9ce06f
commit
667ba40125
@ -220,4 +220,4 @@ Config::~Config() {
|
||||
Save();
|
||||
|
||||
delete qt_config;
|
||||
}
|
||||
}
|
||||
|
@ -164,4 +164,4 @@ void ConfigureInput::restoreDefaults() {
|
||||
QString keyValue = getKeyName(Config::getDefaultInput()[i].toInt());
|
||||
input_mapping[Settings::NativeInput::Values(i)]->setText(keyValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user