mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-29 22:53:45 +00:00
Crash-on-Exit from ServiceManager Null Pointer
This commit is contained in:
@@ -148,7 +148,7 @@ struct System::Impl {
|
||||
const bool must_reinitialize =
|
||||
is_multicore != Settings::values.use_multi_core.GetValue() ||
|
||||
extended_memory_layout != (Settings::values.memory_layout_mode.GetValue() !=
|
||||
Settings::MemoryLayout::Memory_4Gb);
|
||||
Settings::MemoryLayout::Memory_4Gb);
|
||||
|
||||
if (!must_reinitialize) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user