diff --git a/AGPMInjector.xcodeproj/project.pbxproj b/AGPMInjector.xcodeproj/project.pbxproj index 1044173..97ca2cf 100644 --- a/AGPMInjector.xcodeproj/project.pbxproj +++ b/AGPMInjector.xcodeproj/project.pbxproj @@ -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 = ""; @@ -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)"; diff --git a/AGPMInjector/ViewController.swift b/AGPMInjector/ViewController.swift index c692a5d..61039a1 100644 --- a/AGPMInjector/ViewController.swift +++ b/AGPMInjector/ViewController.swift @@ -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", diff --git a/AGPMInjector/setPlist.swift b/AGPMInjector/setPlist.swift index 4235ea2..0446801 100644 --- a/AGPMInjector/setPlist.swift +++ b/AGPMInjector/setPlist.swift @@ -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"