mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Change size of video_driver_window_title to 512
This commit is contained in:
parent
761644ee57
commit
1012416b67
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue