diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-09-06 18:45:22 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-09-06 18:45:22 +0000 |
| commit | 0f794fe9ccb18cae50cc90a8a23fcca62744d2dc (patch) | |
| tree | 9b841615c5876edd34ad70931b35f575b3e48427 /Source/Core/DebuggerWX/Src/CodeWindow.h | |
| parent | aef1f943f3f0e42e0c89e67d0fa0fe6a1f0580d1 (diff) | |
GUI: Save floating setting, float console window
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4216 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.h')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindow.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.h b/Source/Core/DebuggerWX/Src/CodeWindow.h index 97924a61e8..43777edce7 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.h +++ b/Source/Core/DebuggerWX/Src/CodeWindow.h @@ -123,13 +123,13 @@ class CCodeWindow bool bAutomaticStart; bool bBootToPause; bool bLogWindow; int iLogWindow; bool bConsoleWindow; int iConsoleWindow; - bool bCodeWindow; int iCodeWindow; - bool bRegisterWindow; int iRegisterWindow; - bool bBreakpointWindow; int iBreakpointWindow; - bool bMemoryWindow; int iMemoryWindow; - bool bJitWindow; int iJitWindow; - bool bSoundWindow; int iSoundWindow; - bool bVideoWindow; int iVideoWindow; + bool bCodeWindow; int iCodeWindow; bool bFloatCodeWindow; + bool bRegisterWindow; int iRegisterWindow; bool bFloatRegisterWindow; + bool bBreakpointWindow; int iBreakpointWindow; bool bFloatBreakpointWindow; + bool bMemoryWindow; int iMemoryWindow; bool bFloatMemoryWindow; + bool bJitWindow; int iJitWindow; bool bFloatJitWindow; + bool bSoundWindow; int iSoundWindow; bool bFloatSoundWindow; + bool bVideoWindow; int iVideoWindow; bool bFloatVideoWindow; private: |
