Revert "(XDK1 RMenu) Free up tmpBrowser for every switch between game and menu as well"

This reverts commit 4fa02a1952.
This commit is contained in:
twinaphex 2013-04-10 09:57:13 +02:00
parent 4fa02a1952
commit de31ccef3e
1 changed files with 0 additions and 3 deletions

View File

@ -3093,8 +3093,6 @@ bool menu_iterate(void)
#ifndef __CELLOS_LV2__
rmenu_gfx_init();
tmpBrowser = (filebrowser_t*)filebrowser_init(default_paths.filesystem_root_dir, "");
filebrowser_set_root_and_ext(tmpBrowser, NULL, default_paths.filesystem_root_dir);
#endif
g_extern.lifecycle_mode_state &= ~(1ULL << MODE_MENU_PREINIT);
@ -3286,7 +3284,6 @@ deinit:
#ifdef _XBOX1
rmenu_gfx_free();
filebrowser_free(tmpBrowser);
#endif
return false;