Limit increased to allow sheer power

This commit is contained in:
tudnai 2020-05-02 21:07:02 -07:00
parent 1cbc67c0eb
commit e871c32202
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ class ViewController: NSViewController {
@IBAction func speedSelected(_ sender: NSButton) {
if ( sender.title == "MAX" ) {
setCPUClockSpeed(freq: 1000)
setCPUClockSpeed(freq: 1100)
}
else if let freq = Double( sender.title ) {
setCPUClockSpeed(freq: freq)