mirror of
https://github.com/libretro/RetroArch
synced 2025-02-10 12:40:03 +00:00
Fix typo
This commit is contained in:
parent
a70eba3fd5
commit
b8c9665753
@ -4179,7 +4179,7 @@ void video_driver_frame(const void *data, unsigned width,
|
||||
if ( (video_st->frame_delay_target > 0)
|
||||
|| (video_info.runahead && !video_info.runahead_second_instance))
|
||||
__len += strlcpy(video_info.stat_text + __len, "LATENCY\n",
|
||||
sizeof(video_info.stat_text - __len));
|
||||
sizeof(video_info.stat_text) - __len);
|
||||
|
||||
/* TODO/FIXME - localize */
|
||||
if (video_st->frame_delay_target > 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user