Fix DSP load sorting with inactive plugins
This commit is contained in:
parent
c49c17ffff
commit
a9f6484816
@ -38,7 +38,7 @@ public:
|
|||||||
void stop_updating ();
|
void stop_updating ();
|
||||||
|
|
||||||
double dsp_avg () const { return _valid ? _avg : -1; }
|
double dsp_avg () const { return _valid ? _avg : -1; }
|
||||||
double dsp_max () const { return _valid ? _max : -1; }
|
uint64_t dsp_max () const { return _valid ? _max : 0; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void update_cpu_label ();
|
void update_cpu_label ();
|
||||||
|
Loading…
Reference in New Issue
Block a user