comparison nuklear_ui/blastem_nuklear.c @ 2409:f8ce89498e11

Fix some further fallout of ZIP reload fix
author Michael Pavone <pavone@retrodev.com>
date Wed, 03 Jan 2024 19:45:23 -0800
parents 130106f5c87a
children 64cf80e683aa
comparison
equal deleted inserted replaced
2408:130106f5c87a 2409:f8ce89498e11
124 config_dirty = 1; 124 config_dirty = 1;
125 browser_ext_list = NULL; 125 browser_ext_list = NULL;
126 pop_view(); 126 pop_view();
127 } else { 127 } else {
128 lockon_media(full_path); 128 lockon_media(full_path);
129 free(full_path);
130 129
131 clear_view_stack(); 130 clear_view_stack();
132 show_play_view(); 131 show_play_view();
133 } 132 }
134 } 133 }