mirror of
https://git.citron-emu.org/citron/emu
synced 2025-05-12 19:00:37 +01:00
fix: remove skip condition for memory-related settings in configure_system
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
parent
03aab9becc
commit
f3f18cede9
1 changed files with 0 additions and 7 deletions
|
@ -131,13 +131,6 @@ void ConfigureSystem::Setup(const ConfigurationShared::Builder& builder) {
|
|||
continue;
|
||||
}
|
||||
|
||||
// Skip memory snapshots and hybrid memory settings
|
||||
if (setting->Id() == Settings::values.use_gpu_memory_manager.Id() ||
|
||||
setting->Id() == Settings::values.enable_memory_snapshots.Id() ||
|
||||
setting->Id() == Settings::values.use_nce.Id()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
ConfigurationShared::Widget* widget = builder.BuildWidget(setting, apply_funcs);
|
||||
|
||||
if (widget == nullptr) {
|
||||
|
|
Loading…
Reference in a new issue