From: Toni Wilen Date: Thu, 4 Oct 2018 13:57:05 +0000 (+0300) Subject: Network led was not configurable. X-Git-Tag: 4100~65 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=5aa0c73e44cc36fe024c63284aed4b11fc0e3057;p=francis%2Fwinuae.git Network led was not configurable. --- diff --git a/cfgfile.cpp b/cfgfile.cpp index bcdcf5c6..f10de1b6 100644 --- a/cfgfile.cpp +++ b/cfgfile.cpp @@ -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 };