It is possible to modify HSR's maximum framerate via modifying the registry. It seems to only be able to take on 30 and 60, which are official options, or 120 which is not official.
This PR creates the logic for the modifying of the registry using the script during the run workflow. (May be better for the modification to occur when option is selected on UI?)
P.S.
Better way to grant perm to the script?
Make backup of the registry so it's easy to revert?
Testing
Only local tests so far, please pull the workspace and test it.
Notes
It is possible to modify HSR's maximum framerate via modifying the registry. It seems to only be able to take on 30 and 60, which are official options, or 120 which is not official.
This PR creates the logic for the modifying of the registry using the script during the run workflow. (May be better for the modification to occur when option is selected on UI?)
P.S.
Testing
Only local tests so far, please pull the workspace and test it.