comparison nuklear_ui/blastem_nuklear.c @ 2408:130106f5c87a

Fix crash caused by ZIP reload fix
author Michael Pavone <pavone@retrodev.com>
date Wed, 03 Jan 2024 19:40:57 -0800
parents 34b4ff091891
children f8ce89498e11
comparison
equal deleted inserted replaced
2407:7d851046f035 2408:130106f5c87a
113 if (current_system) { 113 if (current_system) {
114 current_system->next_rom = full_path; 114 current_system->next_rom = full_path;
115 current_system->request_exit(current_system); 115 current_system->request_exit(current_system);
116 } else { 116 } else {
117 init_system_with_media(full_path, SYSTEM_UNKNOWN); 117 init_system_with_media(full_path, SYSTEM_UNKNOWN);
118 free(full_path);
119 } 118 }
120 119
121 clear_view_stack(); 120 clear_view_stack();
122 show_play_view(); 121 show_play_view();
123 } else if (browser_setting_path) { 122 } else if (browser_setting_path) {