mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Another buildfix
This commit is contained in:
parent
d9b4afe04a
commit
52dd39f98a
@ -320,7 +320,7 @@ void dxgi_update_title(video_frame_info_t* video_info)
|
||||
snprintf(
|
||||
mem, sizeof(mem), " || MEM: %.2f/%.2fMB", mem_bytes_used / (1024.0f * 1024.0f),
|
||||
mem_bytes_total / (1024.0f * 1024.0f));
|
||||
strlcat(video_info->fps_text, mem, sizeof(video_info->fps-text));
|
||||
strlcat(video_info->fps_text, mem, sizeof(video_info->fps_text));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user