mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(RMenu) Forgot break for case
This commit is contained in:
parent
a825ea8e53
commit
123c1e2c88
@ -489,6 +489,7 @@ static int select_file(void *data, uint64_t action)
|
|||||||
case FILE_BROWSER_MENU:
|
case FILE_BROWSER_MENU:
|
||||||
strlcpy(extensions, rgui->browser->current_dir.extensions, sizeof(extensions));
|
strlcpy(extensions, rgui->browser->current_dir.extensions, sizeof(extensions));
|
||||||
strlcpy(comment, "INFO - Select a game to load with the core.", sizeof(comment));
|
strlcpy(comment, "INFO - Select a game to load with the core.", sizeof(comment));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (action)
|
switch (action)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user