move a variable in Config.cs to a more sensible place

This commit is contained in:
adelikat 2015-01-01 01:22:22 +00:00
parent 31823693ae
commit 3c09e25b82
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,6 @@ namespace BizHawk.Client.Common
public bool DisplayStatusBar = true;
public int DispRamWatchx = 0;
public int DispRamWatchy = 70;
public bool DisplayRamWatch = false;
public int DispMessagex = 3;
public int DispMessagey = 0;
public int DispMessageanchor = 2;
@ -243,6 +242,7 @@ namespace BizHawk.Client.Common
// Watch Settings
public RecentFiles RecentWatches = new RecentFiles(8);
public Watch.PreviousType RamWatchDefinePrevious = Watch.PreviousType.LastFrame;
public bool DisplayRamWatch = false;
// RamSearch Settings
public ToolDialogSettings RamSearchSettings = new ToolDialogSettings();