Add zoom setting to Windows version. Doesn't work while playing.

This commit is contained in:
Henrik Rydgard
2012-11-17 17:46:05 +01:00
parent df63a78088
commit 9165c0b3a9
9 changed files with 71 additions and 25 deletions
+5
View File
@@ -214,6 +214,11 @@ BEGIN
BEGIN
MENUITEM "&Toggle Full Screen\tAlt+Enter", ID_OPTIONS_FULLSCREEN, GRAYED
MENUITEM "&Display raw framebuffer", ID_OPTIONS_DISPLAYRAWFRAMEBUFFER
MENUITEM SEPARATOR
MENUITEM "Screen &1x", ID_OPTIONS_SCREEN1X
MENUITEM "Screen &2x", ID_OPTIONS_SCREEN2X
MENUITEM "Screen &3x", ID_OPTIONS_SCREEN3X
MENUITEM "Screen &4x", ID_OPTIONS_SCREEN4X
MENUITEM SEPARATOR
MENUITEM "&Ignore illegal reads/writes", ID_OPTIONS_IGNOREILLEGALREADS
END