mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
Make video_driver_current_msg smaller
This commit is contained in:
parent
21f4281f88
commit
6411a7d0d9
@ -1823,7 +1823,7 @@ void video_driver_frame(const void *data, unsigned width,
|
||||
unsigned height, size_t pitch)
|
||||
{
|
||||
/* Last message given to the video driver */
|
||||
static char video_driver_current_msg[PATH_MAX_LENGTH];
|
||||
static char video_driver_current_msg[256];
|
||||
unsigned output_width = 0;
|
||||
unsigned output_height = 0;
|
||||
unsigned output_pitch = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user