|
@@ -7,6 +7,7 @@ void seos_scene_file_select_on_enter(void* context) {
|
|
|
// Process file_select return
|
|
// Process file_select return
|
|
|
seos_emulator_set_loading_callback(seos_emulator, seos_show_loading_popup, seos);
|
|
seos_emulator_set_loading_callback(seos_emulator, seos_show_loading_popup, seos);
|
|
|
if(seos_emulator_file_select(seos_emulator)) {
|
|
if(seos_emulator_file_select(seos_emulator)) {
|
|
|
|
|
+ seos->flow_mode = FLOW_CRED;
|
|
|
scene_manager_next_scene(seos->scene_manager, SeosSceneSavedMenu);
|
|
scene_manager_next_scene(seos->scene_manager, SeosSceneSavedMenu);
|
|
|
} else {
|
|
} else {
|
|
|
scene_manager_search_and_switch_to_previous_scene(seos->scene_manager, SeosSceneStart);
|
|
scene_manager_search_and_switch_to_previous_scene(seos->scene_manager, SeosSceneStart);
|