mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 16:21:15 +00:00
Change size of video_driver_window_title to 512
This commit is contained in:
parent
761644ee57
commit
1012416b67
@ -164,7 +164,7 @@ static unsigned video_driver_height = 0;
|
||||
|
||||
static enum rarch_display_type video_driver_display_type = RARCH_DISPLAY_NONE;
|
||||
static char video_driver_title_buf[64] = {0};
|
||||
static char video_driver_window_title[128] = {0};
|
||||
static char video_driver_window_title[512] = {0};
|
||||
static bool video_driver_window_title_update = true;
|
||||
|
||||
static retro_time_t video_driver_frame_time_samples[MEASURE_FRAME_TIME_SAMPLES_COUNT];
|
||||
|
Loading…
x
Reference in New Issue
Block a user