Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
Added RX 5600XT
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Apr 18, 2020
1 parent 9e114bc commit 7560201
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AGPMInjector.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
INFOPLIST_FILE = AGPMInjector/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 3.2.1;
MARKETING_VERSION = 3.2.2;
PRODUCT_BUNDLE_IDENTIFIER = com.pavo.AGPMInjector;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -396,7 +396,7 @@
INFOPLIST_FILE = AGPMInjector/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 3.2.1;
MARKETING_VERSION = 3.2.2;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.pavo.AGPMInjector;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
1 change: 1 addition & 0 deletions AGPMInjector/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class ViewController: NSViewController {
let miniPState = 0
let setID = -1
var AMDDictionary = [
"RX 5600XT": "Vendor1002Device731F",
"RX 5500XT": "Vendor1002Device7340",
"Radeon VII": "Vendor1002Device66af",
"R9 270": "Vendor1002Device6811",
Expand Down
1 change: 1 addition & 0 deletions AGPMInjector/setPlist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ struct setGpu: Encodable {
let minPowerState: Int

enum Gputype: String, CodingKey, Codable {
case RX5600XT = "Vendor1002Device731F"
case RX5500XT = "Vendor1002Device7340"
case RX5700XT = "Vendor1002Device731f"
case RadeonVII = "Vendor1002Device66af"
Expand Down

0 comments on commit 7560201

Please sign in to comment.