(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)
|
static int menu_start_screen_iterate(unsigned action)
|
||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
char msg[PATH_MAX];
|
char msg[PATH_MAX * 2];
|
||||||
|
|
||||||
if (!driver.menu)
|
if (!driver.menu)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue