mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix space
This commit is contained in:
parent
d356f88fb5
commit
111d666f85
@ -19157,7 +19157,7 @@ static void video_driver_frame(const void *data, unsigned width,
|
||||
|
||||
mem[0] = '\0';
|
||||
snprintf(
|
||||
mem, sizeof(mem), " MEM: %.2f/%.2fMB", mem_bytes_used / (1024.0f * 1024.0f),
|
||||
mem, sizeof(mem), "MEM: %.2f/%.2fMB", mem_bytes_used / (1024.0f * 1024.0f),
|
||||
mem_bytes_total / (1024.0f * 1024.0f));
|
||||
if (video_info.fps_text[buf_pos-1] != '\0')
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user