mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
New XBMC checker functionality: 3D video detection (filename based) and screensaver detection
Former-commit-id: ea95e4ecde3ab9378bdf9c4c60950713947bd0ac
This commit is contained in:
@@ -12,8 +12,8 @@ public:
|
||||
// empty
|
||||
}
|
||||
|
||||
int write(const std::vector<ColorRgb> &ledValues) {}
|
||||
int switchOff() {};
|
||||
int write(const std::vector<ColorRgb> &ledValues) { return 0; }
|
||||
int switchOff() { return 0; }
|
||||
|
||||
void writeTestSequence()
|
||||
{
|
||||
|
Reference in New Issue
Block a user