Skip to content

Allow to use CO in readjustService.ps1 #236

Open
asymcon wants to merge 2 commits intoFlyGoat:masterfrom
asymcon:master
Open

Allow to use CO in readjustService.ps1 #236
asymcon wants to merge 2 commits intoFlyGoat:masterfrom
asymcon:master

Conversation

@asymcon
Copy link
Copy Markdown

@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

adjust "fast_limit" 46000
adjust "slow_limit" 25000
#adjust "slow_time" 30
#adjust "coall" 4294967266 #Curve optimizer at -30
Copy link
Copy Markdown
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
Copy Markdown
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