DEPRECATED: please use AATU instead: https://amdaputuningutility.com/ ---- Unlock the true performance of your Ryzen Mobile Processor: https://www.ryzencontroller.com/ For Series 2xxx, 3xxx, 4xxx and 5xxx Gui for https://github.com/FlyGoat/Ryz
Go to file
2019-02-28 08:07:57 +01:00
.vscode Add vscode tasks. 2019-02-27 23:00:55 +01:00
bin Added bin folder for easier user installation. 2019-02-27 23:13:56 +01:00
js Changed notification display. 2019-02-28 08:07:57 +01:00
.gitignore Bump version, updated readme. 2019-02-27 23:12:54 +01:00
index.html Changed notification display. 2019-02-28 08:07:57 +01:00
LICENSE.md Initial commit 2019-02-26 20:06:13 +01:00
main.js Initial commit 2019-02-26 20:06:13 +01:00
package-lock.json Added build command with electron-packager. 2019-02-27 14:10:51 +01:00
package.json Bump version, updated readme. 2019-02-27 23:12:54 +01:00
README.md Bump version, updated readme. 2019-02-27 23:12:54 +01:00

Ryzen controller

For users

Pre-requisite

  • Go to https://github.com/FlyGoat/RyzenAdj/releases
  • Download the latest compiled version.
  • Put the content into the bin folder where the "RyzenController.exe" is.
    • So you have
      RyzenFolder/
      | RyzenController.exe
      | | bin/
      | | | ryzenadj.exe
      | | | WinRing0x64.dll
      | | | WinRing0x64.sys
      

For developpers

Pre-requisite

  • NodeJS v10.15.1 or newer.

Installation

$> cd project
$> npm install
$> npm start

Build

$> cd project
$> npm run-script build