mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Log initial core av_info
This commit is contained in:
parent
4f97872d02
commit
95cb3383d9
@ -4535,6 +4535,12 @@ static bool runloop_event_load_core(runloop_state_t *runloop_st,
|
||||
((video_st->av_info.timing.fps > 0.0) ?
|
||||
video_st->av_info.timing.fps : 60.0);
|
||||
|
||||
RARCH_LOG("[Core]: Geometry: %ux%u, Aspect: %.3f, FPS: %.2f, Sample rate: %.2f Hz.\n",
|
||||
video_st->av_info.geometry.base_width, video_st->av_info.geometry.base_height,
|
||||
video_st->av_info.geometry.aspect_ratio,
|
||||
video_st->av_info.timing.fps,
|
||||
video_st->av_info.timing.sample_rate);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user