Various savestate bugfixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright 2014 Citra Emulator Project
|
||||
// Copyright Citra Emulator Project / Azahar Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
@@ -328,6 +328,8 @@ void SdlConfig::ReadValues() {
|
||||
// Miscellaneous
|
||||
ReadSetting("Miscellaneous", Settings::values.log_filter);
|
||||
ReadSetting("Miscellaneous", Settings::values.log_regex_filter);
|
||||
ReadSetting("Miscellaneous", Settings::values.delay_start_for_lle_modules);
|
||||
ReadSetting("Miscellaneous", Settings::values.deterministic_async_operations);
|
||||
|
||||
// Apply the log_filter setting as the logger has already been initialized
|
||||
// and doesn't pick up the filter on its own.
|
||||
|
||||
Reference in New Issue
Block a user