VK/GL: honor game's aspect ratio when scaling

This commit is contained in:
Megamouse 2021-11-02 21:57:02 +01:00
parent f16949c292
commit c8d4a0dcdc
7 changed files with 132 additions and 72 deletions

View file

@ -203,7 +203,7 @@ error_code cellVideoOutConfigure(u32 videoOut, vm::ptr<CellVideoOutConfiguration
conf.aspect = g_video_out_aspect_id.at(g_cfg.video.aspect_ratio);
}
cellSysutil.notice("Selected video resolution 0x%x", config->resolutionId);
cellSysutil.notice("Selected video configuration: resolutionId=0x%x, aspect=0x%x, format=0x%x", config->resolutionId, config->aspect, config->format);
return CELL_OK;
}