Skip to content

Comments

Fix perfect OC getting stuck at 2 or 3 ticks#1984

Merged
serenibyss merged 1 commit intomasterfrom
sb-overclock
Jul 23, 2023
Merged

Fix perfect OC getting stuck at 2 or 3 ticks#1984
serenibyss merged 1 commit intomasterfrom
sb-overclock

Conversation

@serenibyss
Copy link
Member

Closes #1967

The overclocking logic checked if the currentDuration / durationDivisor was less than 1 to ensure it doesn't accidentally set the duration to 0 ticks or overclock too many times. However, in cases where currentDuration is either 2 or 3, and the divisor is 4 (perfect OC), it would not overclock because it would have made it 0 ticks

@serenibyss serenibyss added the type: bug Something isn't working label Jul 23, 2023
@serenibyss serenibyss requested a review from a team as a code owner July 23, 2023 06:06
@brachy84
Copy link
Contributor

This is like the book from George Orwell

@screret
Copy link

screret commented Jul 23, 2023

Literally 1984

@serenibyss serenibyss merged commit 6490dcd into master Jul 23, 2023
@serenibyss serenibyss deleted the sb-overclock branch July 23, 2023 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LCR is not fully overclocked

4 participants