mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 16:10:29 +00:00
(XDK360) Fixed "MessageBox" output
This commit is contained in:
parent
3c9e888e4c
commit
cbb00d3839
@ -95,7 +95,7 @@ static int menu_info_screen_iterate(unsigned action)
|
||||
static int menu_start_screen_iterate(unsigned action)
|
||||
{
|
||||
unsigned i;
|
||||
char msg[PATH_MAX];
|
||||
char msg[PATH_MAX * 2];
|
||||
|
||||
if (!driver.menu)
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user