Rename enum values to be more precise

This commit is contained in:
Megamouse 2024-04-28 17:39:20 +02:00
parent ee8629835b
commit 9f90ca1b48
7 changed files with 74 additions and 74 deletions

View file

@ -411,10 +411,10 @@ void rec_info::set_video_params(s32 video_format)
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:
case video_resolution::_1600x1080p:
case video_resolution::_1440x1080p:
case video_resolution::_1280x1080p:
case video_resolution::_960x1080p:
hd = true;
break;
case video_resolution::_480p: