]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Network led was not configurable.
authorToni Wilen <twilen@winuae.net>
Thu, 4 Oct 2018 13:57:05 +0000 (16:57 +0300)
committerToni Wilen <twilen@winuae.net>
Thu, 4 Oct 2018 13:57:05 +0000 (16:57 +0300)
cfgfile.cpp

index bcdcf5c6d856715206ef0817e579abbdde74233e..f10de1b68d2c3c5d837663d80ad570d43980ddac 100644 (file)
@@ -236,8 +236,8 @@ static const TCHAR *ppc_cpu_idle[] = {
 };
 static const TCHAR *waitblits[] = { _T("disabled"), _T("automatic"), _T("noidleonly"), _T("always"), 0 };
 static const TCHAR *autoext2[] = { _T("disabled"), _T("copy"), _T("replace"), 0 };
-static const TCHAR *leds[] = { _T("power"), _T("df0"), _T("df1"), _T("df2"), _T("df3"), _T("hd"), _T("cd"), _T("fps"), _T("cpu"), _T("snd"), _T("md"), 0 };
-static const int leds_order[] = { 3, 6, 7, 8, 9, 4, 5, 2, 1, 0, 9 };
+static const TCHAR *leds[] = { _T("power"), _T("df0"), _T("df1"), _T("df2"), _T("df3"), _T("hd"), _T("cd"), _T("fps"), _T("cpu"), _T("snd"), _T("md"), _T("net"), 0 };
+static const int leds_order[] = { 3, 6, 7, 8, 9, 4, 5, 2, 1, 0, 9, 10 };
 static const TCHAR *lacer[] = { _T("off"), _T("i"), _T("p"), 0 };
 /* another boolean to choice update.. */
 static const TCHAR *cycleexact[] = { _T("false"), _T("memory"), _T("true"), 0  };