Skip to content

Commit

Permalink
Fixed TubeType preferences setting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Jul 10, 2024
1 parent d805e6d commit 98ce22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/BeebWinPrefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ void BeebWin::SavePreferences(bool saveAll)
m_Preferences.SetBinaryValue(CFG_KEYBOARD_LINKS, &KeyboardLinks, sizeof(KeyboardLinks));

// Second processors
m_Preferences.SetDecimalValue(CFG_TUBE_TYPE, (int)TubeType);
m_Preferences.SetStringValue(CFG_TUBE_TYPE, TubeDeviceStr[(int)TubeType]);
m_Preferences.EraseValue(CFG_TUBE_ENABLED_OLD);
m_Preferences.EraseValue(CFG_TUBE_ACORN_Z80_OLD);
m_Preferences.EraseValue(CFG_TUBE_TORCH_Z80_OLD);
Expand Down

0 comments on commit 98ce22d

Please sign in to comment.