Diff for /np2/wince/sysmenu.str between versions 1.3 and 1.5

version 1.3, 2003/12/01 21:15:13 version 1.5, 2003/12/26 23:30:27
Line 45  static const char str_btn2[] = "Z / X"; Line 45  static const char str_btn2[] = "Z / X";
 static const char str_keyboard[] = "Keyboard";  static const char str_keyboard[] = "Keyboard";
 static const char str_joykey1[] = "JoyKey-1";  static const char str_joykey1[] = "JoyKey-1";
 static const char str_joykey2[] = "JoyKey-2";  static const char str_joykey2[] = "JoyKey-2";
   static const char str_mousekey[] = "Mouse-Key";
 static const char str_mecshift[] = "mechanical SHIFT";  static const char str_mecshift[] = "mechanical SHIFT";
 static const char str_mecctrl[] = "mechanical CTRL";  static const char str_mecctrl[] = "mechanical CTRL";
 static const char str_mecgrph[] = "mechanical GRPH";  static const char str_mecgrph[] = "mechanical GRPH";
Line 149  static const MSYSITEM s_screen[] = { Line 150  static const MSYSITEM s_screen[] = {
                 {str_20fps,                     NULL,           MID_20FPS,                      0},                  {str_20fps,                     NULL,           MID_20FPS,                      0},
                 {str_15fps,                     NULL,           MID_15FPS,                      0},                  {str_15fps,                     NULL,           MID_15FPS,                      0},
                 {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR},                  {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR},
                 {str_scropt,            NULL,           MID_SCREENOPT,                            {str_scropt,            NULL,           MID_SCREENOPT,          MENU_DELETED}};
                                                                                                                         // MENU_GRAY |  
                                                                                                                         MENU_DELETED}};  
   
 #if defined(WIN32_PLATFORM_PSPC)  #if defined(WIN32_PLATFORM_PSPC)
 static const MSYSITEM s_bindcur[] = {  static const MSYSITEM s_bindcur[] = {
Line 169  static const MSYSITEM s_keybd[] = { Line 168  static const MSYSITEM s_keybd[] = {
                 {str_keyboard,          NULL,           MID_KEY,                        0},                  {str_keyboard,          NULL,           MID_KEY,                        0},
                 {str_joykey1,           NULL,           MID_JOY1,                       0},                  {str_joykey1,           NULL,           MID_JOY1,                       0},
                 {str_joykey2,           NULL,           MID_JOY2,                       0},                  {str_joykey2,           NULL,           MID_JOY2,                       0},
                   {str_mousekey,          NULL,           MID_MOUSEKEY,           0},
                 {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR},                  {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR},
                 {str_mecshift,          NULL,           MID_XSHIFT,                     0},                  {str_mecshift,          NULL,           MID_XSHIFT,                     0},
                 {str_mecctrl,           NULL,           MID_XCTRL,                      0},                  {str_mecctrl,           NULL,           MID_XCTRL,                      0},

Removed from v.1.3  
changed lines
  Added in v.1.5


RetroPC.NET-CVS <cvs@retropc.net>