mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(360) More buildfixes
This commit is contained in:
parent
0b8037d893
commit
7c652932c8
@ -38,6 +38,7 @@
|
||||
#include "../menu_navigation.h"
|
||||
#include "../menu_setting.h"
|
||||
#include "../menu_display.h"
|
||||
#include "../widgets/menu_input_dialog.h"
|
||||
|
||||
#include "../../gfx/video_driver.h"
|
||||
#include "../../gfx/video_context_driver.h"
|
||||
@ -594,7 +595,7 @@ static void xui_render(void *data)
|
||||
const char *label = menu_input_dialog_get_label_buffer();
|
||||
|
||||
snprintf(msg, sizeof(msg), "%s\n%s", label, str);
|
||||
xui_render_messagebox(msg);
|
||||
xui_render_messagebox(NULL, msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user