Add low power mode for amd

This commit is contained in:
dec05eba
2026-01-18 01:21:07 +01:00
parent 61bbaf3728
commit 74bb6f0070
5 changed files with 28 additions and 0 deletions

View File

@@ -2529,6 +2529,11 @@ namespace gsr {
args.push_back("yes");
}
if(record_options.low_power_mode) {
args.push_back("-low-power");
args.push_back("yes");
}
if(record_options.record_area_option == "region")
add_region_command(args, region_str, region_str_size, region_selector);
}