mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19:19 +01:00
Improve dev loadtime
Config files need further thought.
This commit is contained in:
parent
2581e7e1f3
commit
91a6ae7a33
@ -34,7 +34,7 @@ int main (void) {
|
||||
|
||||
settings_t settings;
|
||||
settings_load_default_state(&settings);
|
||||
settings_load_from_file(&settings);
|
||||
//settings_load_from_file(&settings); // FIXME: this needs a rethink.
|
||||
|
||||
// if (boot_is_warm()) {
|
||||
// menu_restore(&settings);
|
||||
|
Loading…
Reference in New Issue
Block a user