mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-21 12:48:09 -04:00
_
This commit is contained in:
parent
3f1f461827
commit
26cceb6473
6 changed files with 29 additions and 7 deletions
|
@ -350,6 +350,8 @@ bool ui_override_batt_calc();
|
|||
bool ui_button_repeat_delay();
|
||||
bool ui_button_repeat_speed();
|
||||
bool ui_button_long_press_delay();
|
||||
bool ui_battery_charge_hint();
|
||||
|
||||
void set_ui_hide_speaker(bool v);
|
||||
void set_ui_hide_mute(bool v);
|
||||
void set_ui_hide_converter(bool v);
|
||||
|
@ -367,6 +369,7 @@ void set_ui_override_batt_calc(bool v);
|
|||
void set_ui_button_repeat_delay(bool v);
|
||||
void set_ui_button_repeat_speed(bool v);
|
||||
void set_ui_button_long_press_delay(bool v);
|
||||
void set_ui_battery_charge_hint(bool v);
|
||||
|
||||
// sd persisting settings
|
||||
bool should_use_sdcard_for_pmem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue