mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
Show also current frame cache size in stats (#17056)
This commit is contained in:
parent
7cb1543edd
commit
1e1b24c359
@ -3935,7 +3935,8 @@ void video_driver_frame(const void *data, unsigned width,
|
||||
sizeof(video_info.stat_text),
|
||||
"CORE AV_INFO\n"
|
||||
" Size: %u x %u\n"
|
||||
" Max Size: %u x %u\n"
|
||||
" - Base: %u x %u\n"
|
||||
" - Max: %u x %u\n"
|
||||
" Aspect: %3.3f\n"
|
||||
" FPS: %3.2f\n"
|
||||
" Sample Rate: %6.2f\n"
|
||||
@ -3954,6 +3955,8 @@ void video_driver_frame(const void *data, unsigned width,
|
||||
" Blocking: %5.2f %%\n"
|
||||
" Samples: %8d\n"
|
||||
"%s",
|
||||
video_st->frame_cache_width,
|
||||
video_st->frame_cache_height,
|
||||
av_info->geometry.base_width,
|
||||
av_info->geometry.base_height,
|
||||
av_info->geometry.max_width,
|
||||
|
Loading…
Reference in New Issue
Block a user