mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Add 1080p PS4 Pro Info
This commit is contained in:
parent
028f86fb1c
commit
838f55bd62
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ SettingsDialog::SettingsDialog(Settings *settings, QWidget *parent) : QDialog(pa
|
|||
{ CHIAKI_VIDEO_RESOLUTION_PRESET_360p, "360p"},
|
||||
{ CHIAKI_VIDEO_RESOLUTION_PRESET_540p, "540p"},
|
||||
{ CHIAKI_VIDEO_RESOLUTION_PRESET_720p, "720p"},
|
||||
{ CHIAKI_VIDEO_RESOLUTION_PRESET_1080p, "1080p"}
|
||||
{ CHIAKI_VIDEO_RESOLUTION_PRESET_1080p, "1080p (PS4 Pro only)"}
|
||||
};
|
||||
auto current_res = settings->GetResolution();
|
||||
for(const auto &p : resolution_strings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue