This commit is contained in:
Lightos1
2026-02-10 15:33:03 +01:00
committed by GitHub
parent 71900721cf
commit 7ab5c2f540

View File

@@ -47,7 +47,7 @@ std::map<uint32_t, std::string> gpu_freq_label_e = {
{768000000, "Docked"},
{921600000, "Safe Max"},
{960000000, "Unsafe Max"},
{1075200000, "Aboslute Max"},
{1075200000, "Absolute Max"},
};
std::map<uint32_t, std::string> gpu_freq_label_m = {
@@ -60,4 +60,4 @@ std::map<uint32_t, std::string> gpu_freq_label_m = {
{1075200000, "Safe Max"},
{1305600000, "Unsafe Max"},
{1536000000, "Aboslute Max"},
};
};