Ensure the ram search changes column is in a consistent state

the settings store whether or not the column should be visible even though that should be controlled by the Mode setting alone
This commit is contained in:
Morilli 2024-08-30 02:21:39 +02:00
parent 10ebea4dda
commit 82fa98fc7d
1 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ namespace BizHawk.Client.EmuHawk
{
SetToFastMode();
}
else
{
SetToDetailedMode();
}
NewSearch();
}