Diff for /np2/sdl/sysmenu.str between versions 1.1 and 1.2

version 1.1, 2003/11/21 06:51:13 version 1.2, 2003/11/23 09:59:10
Line 139  static const MSYSITEM s_screen[] = { Line 139  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,          MENU_GRAY |                  {str_scropt,            NULL,           MID_SCREENOPT,          MENU_DELETED}};
                                                                                                                         MENU_DELETED}};  
   
 static const MSYSITEM s_keybd[] = {  static const MSYSITEM s_keybd[] = {
                 {str_keyboard,          NULL,           MID_KEY,                        0},                  {str_keyboard,          NULL,           MID_KEY,                        0},
Line 217  static const MSYSITEM s_other[] = { Line 216  static const MSYSITEM s_other[] = {
   
 static const MSYSITEM s_main[] = {  static const MSYSITEM s_main[] = {
                 {str_emulate,           s_emu,          MID_STATIC,                     0},                  {str_emulate,           s_emu,          MID_STATIC,                     0},
                 {str_fdd1,                      s_fdd1,         MID_STATIC,                     MENU_GRAY},                  {str_fdd1,                      s_fdd1,         MID_STATIC,                     0},
                 {str_fdd2,                      s_fdd2,         MID_STATIC,                     MENU_GRAY},                  {str_fdd2,                      s_fdd2,         MID_STATIC,                     0},
                 {str_sasi,                      s_sasi,         MID_STATIC,                     MENU_GRAY},                  {str_sasi,                      s_sasi,         MID_STATIC,                     0},
                 {str_screen,            s_screen,       MID_STATIC,                     0},                  {str_screen,            s_screen,       MID_STATIC,                     0},
                 {str_device,            s_device,       MID_STATIC,                     0},                  {str_device,            s_device,       MID_STATIC,                     0},
                 {str_other,                     s_other,        MID_STATIC,                     MENU_DELETED}};                  {str_other,                     s_other,        MID_STATIC,                     MENU_DELETED}};

Removed from v.1.1  
changed lines
  Added in v.1.2


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