Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to use CO in readjustService.ps1 #236

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

asymcon
Copy link

@asymcon asymcon commented Dec 20, 2022

set_coall, set_coper and set_cogfx were not imported from libryzenadj.dll, calls from readjustService.ps1 would result in "Method invocation failed" error. This should fix it.

image

@@ -35,7 +35,7 @@ function doAdjust_ACmode {
$Script:repeatWaitTimeSeconds = 1 #only use values below 5s if you are using $monitorField
adjust "fast_limit" 46000
adjust "slow_limit" 25000
#adjust "slow_time" 30
#adjust "coall" 4294967266 #Curve optimizer at -30
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't check this parameter, but does the CLI version also require unsigned int?
Would it be possible to use a signed int and directly use -30?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asymcon could you please change it to signed int to be able to use -30 directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants