mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +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),
|
sizeof(video_info.stat_text),
|
||||||
"CORE AV_INFO\n"
|
"CORE AV_INFO\n"
|
||||||
" Size: %u x %u\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"
|
" Aspect: %3.3f\n"
|
||||||
" FPS: %3.2f\n"
|
" FPS: %3.2f\n"
|
||||||
" Sample Rate: %6.2f\n"
|
" Sample Rate: %6.2f\n"
|
||||||
@ -3954,6 +3955,8 @@ void video_driver_frame(const void *data, unsigned width,
|
|||||||
" Blocking: %5.2f %%\n"
|
" Blocking: %5.2f %%\n"
|
||||||
" Samples: %8d\n"
|
" Samples: %8d\n"
|
||||||
"%s",
|
"%s",
|
||||||
|
video_st->frame_cache_width,
|
||||||
|
video_st->frame_cache_height,
|
||||||
av_info->geometry.base_width,
|
av_info->geometry.base_width,
|
||||||
av_info->geometry.base_height,
|
av_info->geometry.base_height,
|
||||||
av_info->geometry.max_width,
|
av_info->geometry.max_width,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user