mirror of
https://github.com/trudnai/Steve2.git
synced 2024-12-22 06:29:15 +00:00
Limit increased to allow sheer power
This commit is contained in:
parent
1cbc67c0eb
commit
e871c32202
@ -633,7 +633,7 @@ class ViewController: NSViewController {
|
|||||||
|
|
||||||
@IBAction func speedSelected(_ sender: NSButton) {
|
@IBAction func speedSelected(_ sender: NSButton) {
|
||||||
if ( sender.title == "MAX" ) {
|
if ( sender.title == "MAX" ) {
|
||||||
setCPUClockSpeed(freq: 1000)
|
setCPUClockSpeed(freq: 1100)
|
||||||
}
|
}
|
||||||
else if let freq = Double( sender.title ) {
|
else if let freq = Double( sender.title ) {
|
||||||
setCPUClockSpeed(freq: freq)
|
setCPUClockSpeed(freq: freq)
|
||||||
|
Loading…
Reference in New Issue
Block a user