mirror of
https://github.com/PabloMK7/citra.git
synced 2025-08-22 11:36:51 +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
|
@ -44,7 +44,6 @@ void ConfigureDebug::applyConfiguration() {
|
|||
Log::Filter filter;
|
||||
filter.ParseFilterString(Settings::values.log_filter);
|
||||
Log::SetGlobalFilter(filter);
|
||||
Settings::Apply();
|
||||
}
|
||||
|
||||
void ConfigureDebug::retranslateUi() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue