From 2e7208d59c54515080027a5ecbb89d2054047985 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Tue, 24 Sep 2024 20:43:44 +0200 Subject: [PATCH] Fix rsmi_measure_pcie_speeds not saving, issue #934 --- src/btop_config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/btop_config.cpp b/src/btop_config.cpp index b1ccfd1..d861f4c 100644 --- a/src/btop_config.cpp +++ b/src/btop_config.cpp @@ -207,9 +207,9 @@ namespace Config { {"nvml_measure_pcie_speeds", "#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards."}, - + {"rsmi_measure_pcie_speeds", + "#* Measure PCIe throughput on AMD cards, may impact performance on certain cards."}, {"gpu_mirror_graph", "#* Horizontally mirror the GPU graph."}, - {"custom_gpu_name0", "#* Custom gpu0 model name, empty string to disable."}, {"custom_gpu_name1", "#* Custom gpu1 model name, empty string to disable."}, {"custom_gpu_name2", "#* Custom gpu2 model name, empty string to disable."},