mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
ui_msg_window_state - turn title and text into pointers
This commit is contained in:
parent
a6406a57ca
commit
1fc0009cdc
@ -50,8 +50,8 @@ enum ui_msg_window_response
|
||||
typedef struct ui_msg_window_state
|
||||
{
|
||||
enum ui_msg_window_buttons buttons;
|
||||
char text[256];
|
||||
char title[256];
|
||||
char *text;
|
||||
char *title;
|
||||
} ui_msg_window_state;
|
||||
|
||||
typedef struct ui_msg_window
|
||||
|
Loading…
x
Reference in New Issue
Block a user