mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Rename enum values to be more precise
This commit is contained in:
parent
ee8629835b
commit
9f90ca1b48
7 changed files with 74 additions and 74 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue