Change a couple last-minute things.

This commit is contained in:
The Dax 2013-08-04 07:02:06 -04:00
parent b80b08921b
commit 64f7a9a6ea
3 changed files with 3 additions and 3 deletions

View File

@ -1006,7 +1006,7 @@ namespace MainWindow
W32Util::MakeTopMost(hWnd, g_Config.bTopMost);
break;
case ID_OPTIONS_SIMPLE2XSSAA:
case ID_OPTIONS_ANTIALIASING:
g_Config.bAntiAliasing = !g_Config.bAntiAliasing;
ResizeDisplay(true);
break;
@ -1188,7 +1188,7 @@ namespace MainWindow
CHECKITEM(ID_OPTIONS_SHOWDEBUGSTATISTICS, g_Config.bShowDebugStats);
CHECKITEM(ID_OPTIONS_HARDWARETRANSFORM, g_Config.bHardwareTransform);
CHECKITEM(ID_OPTIONS_FASTMEMORY, g_Config.bFastMemory);
CHECKITEM(ID_OPTIONS_SIMPLE2XSSAA, g_Config.bAntiAliasing);
CHECKITEM(ID_OPTIONS_ANTIALIASING, g_Config.bAntiAliasing);
CHECKITEM(ID_OPTIONS_STRETCHDISPLAY, g_Config.bStretchToDisplay);
CHECKITEM(ID_EMULATION_RUNONLOAD, g_Config.bAutoRun);
CHECKITEM(ID_OPTIONS_USEVBO, g_Config.bUseVBO);

View File

@ -407,7 +407,7 @@ BEGIN
MENUITEM "&Vertex Cache", ID_OPTIONS_VERTEXCACHE
MENUITEM "&Stream VBO", ID_OPTIONS_USEVBO
MENUITEM "&MipMapping", ID_OPTIONS_MIPMAP
MENUITEM "Anti-Aliasing", ID_OPTIONS_SIMPLE2XSSAA
MENUITEM "Antialiasing", ID_OPTIONS_ANTIALIASING
MENUITEM "VS&ync", ID_OPTIONS_VSYNC
MENUITEM SEPARATOR
MENUITEM "Show &FPS", ID_OPTIONS_SHOWFPS

Binary file not shown.