Don't disable Z3 and RTG RAM sliders if emulating
This commit is contained in:
parent
5138895e74
commit
d445b41155
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ void RefreshPanelRAM()
|
|||
}
|
||||
}
|
||||
|
||||
if (changed_prefs.address_space_24 || emulating)
|
||||
if (changed_prefs.address_space_24)
|
||||
{
|
||||
// Disable Z3 and RTG memory
|
||||
sldZ3mem->setEnabled(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue