mirror of https://github.com/PCSX2/pcsx2.git
parent
ff22a32a61
commit
410378dccd
|
@ -187,7 +187,7 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsDialog* dialog, QWidget*
|
||||||
// HW Settings
|
// HW Settings
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
static const char* upscale_entries[] = {
|
static const char* upscale_entries[] = {
|
||||||
"Native (PS2)",
|
"Native (PS2) (Default)",
|
||||||
"1.25x Native",
|
"1.25x Native",
|
||||||
"1.5x Native",
|
"1.5x Native",
|
||||||
"1.75x Native",
|
"1.75x Native",
|
||||||
|
@ -201,7 +201,7 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsDialog* dialog, QWidget*
|
||||||
"5x Native (~1620p)",
|
"5x Native (~1620p)",
|
||||||
"6x Native (~2160p/4K)",
|
"6x Native (~2160p/4K)",
|
||||||
"7x Native (~2520p)",
|
"7x Native (~2520p)",
|
||||||
"8x Native (~2880p)",
|
"8x Native (~2880p/5K)",
|
||||||
nullptr};
|
nullptr};
|
||||||
static const char* upscale_values[] = {
|
static const char* upscale_values[] = {
|
||||||
"1",
|
"1",
|
||||||
|
|
Loading…
Reference in New Issue