update glcd

Origin commit data
------------------
Commit: 0c2dcc9eb1
Author: redblue.pkt <redblue.pkt@orange.pl>
Date: 2020-06-19 (Fri, 19 Jun 2020)
This commit is contained in:
redblue.pkt
2020-06-19 23:56:12 +02:00
committed by vanhofen
parent dc83674540
commit bf183a583a
118 changed files with 6113 additions and 1533 deletions

View File

@@ -46,7 +46,11 @@ class CCECSetup : public CMenuTarget, CChangeObserver
public:
CCECSetup();
~CCECSetup();
#if HAVE_SH4_HARDWARE
void setCECSettings(bool);
#else
void setCECSettings();
#endif
int exec(CMenuTarget* parent, const std::string & actionKey);
virtual bool changeNotify(const neutrino_locale_t OptionName, void * data);
};