mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 14:24:18 -04:00
Settings directory fix in Level and Recon (#1028)
* removed unneeded sdcard check and directory creation * changed settings so they use SETTINGS and a better name. Code beautication
This commit is contained in:
parent
0e86e63e97
commit
cac3a7cf1e
6 changed files with 62 additions and 85 deletions
|
@ -66,7 +66,7 @@ namespace ui {
|
|||
class ReconSetupViewMain : public View {
|
||||
public:
|
||||
ReconSetupViewMain(NavigationView& nav, Rect parent_rect, std::string input_file, std::string output_file);
|
||||
void Save(std::string& input_file, std::string& output_file);
|
||||
void save(std::string& input_file, std::string& output_file);
|
||||
void focus() override;
|
||||
|
||||
private:
|
||||
|
@ -111,7 +111,7 @@ class ReconSetupViewMore : public View {
|
|||
public:
|
||||
ReconSetupViewMore(NavigationView& nav, Rect parent_rect, uint32_t _recon_lock_duration, uint32_t _recon_lock_nb_match, uint32_t _recon_match_mode);
|
||||
|
||||
void Save(uint32_t& recon_lock_duration, uint32_t& recon_lock_nb_match, uint32_t& recon_match_mode);
|
||||
void save(uint32_t& recon_lock_duration, uint32_t& recon_lock_nb_match, uint32_t& recon_match_mode);
|
||||
|
||||
void focus() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue