mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
cellVideoOut: support interlaced scan modes
This commit is contained in:
parent
8e5fec785e
commit
e164d462b4
13 changed files with 203 additions and 68 deletions
|
|
@ -408,16 +408,19 @@ void rec_info::set_video_params(s32 video_format)
|
|||
|
||||
switch(g_cfg.video.resolution)
|
||||
{
|
||||
case video_resolution::_1080:
|
||||
case video_resolution::_720:
|
||||
case video_resolution::_1080p:
|
||||
case video_resolution::_1080i:
|
||||
case video_resolution::_720p:
|
||||
case video_resolution::_1600x1080:
|
||||
case video_resolution::_1440x1080:
|
||||
case video_resolution::_1280x1080:
|
||||
case video_resolution::_960x1080:
|
||||
hd = true;
|
||||
break;
|
||||
case video_resolution::_480:
|
||||
case video_resolution::_576:
|
||||
case video_resolution::_480p:
|
||||
case video_resolution::_480i:
|
||||
case video_resolution::_576p:
|
||||
case video_resolution::_576i:
|
||||
hd = false;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue