mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 10:20:41 +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)
|
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…
x
Reference in New Issue
Block a user