mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GUI: Views toolbar, save view on exit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4074 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -29,6 +29,18 @@
|
||||
// Constant Colors
|
||||
const unsigned long COLOR_GRAY = 0xDCDCDC;
|
||||
|
||||
enum
|
||||
{
|
||||
Toolbar_DebugGo,
|
||||
Toolbar_DebugPause,
|
||||
Toolbar_Step,
|
||||
Toolbar_StepOver,
|
||||
Toolbar_Skip,
|
||||
Toolbar_GotoPC,
|
||||
Toolbar_SetPC,
|
||||
ToolbarDebugBitmapMax
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
IDM_LOADSTATE = 200, // File menu
|
||||
@ -153,7 +165,7 @@ enum
|
||||
// --------------------------------------------------------------
|
||||
// Debugger Toolbar
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
ID_TOOLBAR2,
|
||||
ID_TOOLBAR_DEBUG,
|
||||
IDM_DEBUG_GO,
|
||||
IDM_STEP,
|
||||
IDM_STEPOVER,
|
||||
@ -161,6 +173,10 @@ enum
|
||||
IDM_SETPC,
|
||||
IDM_GOTOPC,
|
||||
IDM_ADDRBOX,
|
||||
|
||||
ID_TOOLBAR_AUI,
|
||||
IDM_PERSPECTIVE_0,
|
||||
IDM_PERSPECTIVE_1,
|
||||
// --------------------------------------------------------------
|
||||
|
||||
IDM_TOGGLE_DUALCORE, // Other
|
||||
|
Reference in New Issue
Block a user