mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(Wii) remember file browser position after returning from game
This commit is contained in:
parent
c6fdbaa86d
commit
aae5870412
@ -88,8 +88,6 @@ static bool get_rom_path(rgui_handle_t *rgui)
|
||||
uint16_t old_input_state = 0;
|
||||
bool can_quit = false;
|
||||
|
||||
rgui_iterate(rgui, RGUI_ACTION_REFRESH);
|
||||
|
||||
for (;;)
|
||||
{
|
||||
uint16_t input_state = 0;
|
||||
@ -168,6 +166,7 @@ int main(void)
|
||||
rgui_handle_t *rgui = rgui_init("",
|
||||
menu_framebuf, RGUI_WIDTH * sizeof(uint16_t),
|
||||
_binary_console_font_bmp_start, folder_cb, NULL);
|
||||
rgui_iterate(rgui, RGUI_ACTION_REFRESH);
|
||||
|
||||
int ret = 0;
|
||||
while (get_rom_path(rgui) && ret == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user