mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Remove hardcoded MHz values, use the defined main/max clocks instead
This commit is contained in:
@@ -159,6 +159,9 @@ public:
|
||||
void changeWallpaper();
|
||||
|
||||
void setClock(unsigned mhz);
|
||||
unsigned getDefaultAppClock() { return cpuFreqAppDefault; }
|
||||
void setMenuClock() { setClock(cpuFreqMenuDefault); }
|
||||
void setSafeMaxClock() { setClock(cpuFreqSafeMax); }
|
||||
|
||||
void setInputSpeed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user