mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-12 19:37:06 +00: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;
|
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);
|
ConfigurationShared::Widget* widget = builder.BuildWidget(setting, apply_funcs);
|
||||||
|
|
||||||
if (widget == nullptr) {
|
if (widget == nullptr) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue