add boost mode option for installing

This commit is contained in:
ITotalJustice
2025-04-29 18:33:02 +01:00
parent 8f39acbaa2
commit 9f7bf9581c
4 changed files with 24 additions and 6 deletions

View File

@@ -71,6 +71,10 @@ enum : Result {
struct Config {
bool sd_card_install{};
// sets the performance mode to FastLoad which boosts the CPU clock
// and lowers the GPU clock.
bool boost_mode{};
// enables downgrading patch / data patch (dlc) version.
bool allow_downgrade{};