Updated navigation for Display changes
This commit is contained in:
parent
a029c4ffe9
commit
49d3098233
1 changed files with 15 additions and 15 deletions
|
@ -205,21 +205,21 @@ static NavigationMap navMap[] =
|
|||
|
||||
// active move left move right move up move down
|
||||
// PanelDisplay
|
||||
{"sldWidth", "", "", "chkFrameskip", "sldHeight"},
|
||||
{"sldHeight", "", "", "sldWidth", "chkAutoHeight"},
|
||||
{"chkAutoHeight", "Display", "Horizontal", "sldHeight", "Auto"},
|
||||
{"Auto", "Display", "Single", "chkAutoHeight", "Nearest Neighbor (pixelated)"},
|
||||
{"Nearest Neighbor (pixelated)", "Display", "Double", "Auto", "Linear (smooth)"},
|
||||
{"Linear (smooth)", "Display", "Scanlines", "Nearest Neighbor (pixelated)", "CorrectAR"},
|
||||
{"Single", "Auto", "Auto", "Vertical", "Double"},
|
||||
{"Double", "Nearest Neighbor (pixelated)", "Nearest Neighbor (pixelated)", "Single", "Scanlines"},
|
||||
{"Scanlines", "Linear (smooth)", "Linear (smooth)", "Double", "cboScreenmode"},
|
||||
{"CorrectAR", "Display", "cboScreenmode", "Linear (smooth)", "chkFrameskip"},
|
||||
{"cboScreenmode", "CorrectAR", "CorrectAR", "Scanlines", "chkFlickerFixer"},
|
||||
{"chkFlickerFixer", "Display", "cboScreenmode", "CorrectAR", "chkFrameskip"},
|
||||
{"chkFrameskip", "Display", "Display", "chkFlickerFixer", "sldWidth"},
|
||||
{"Vertical", "", "", "Horizontal", "Single"},
|
||||
{"Horizontal", "chkAutoHeight", "", "", "Vertical"},
|
||||
{ "sldWidth", "", "", "chkFrameskip", "sldHeight" },
|
||||
{ "sldHeight", "", "", "sldWidth", "chkAutoHeight" },
|
||||
{ "chkAutoHeight", "Display", "Horizontal", "sldHeight", "cboScreenmode" },
|
||||
{ "cboScreenmode", "Display", "Horizontal", "chkAutoHeight", "Auto" },
|
||||
{ "Auto", "Display", "Single", "chkAutoHeight", "Nearest Neighbor (pixelated)" },
|
||||
{ "Nearest Neighbor (pixelated)", "Display", "Double", "Auto", "Linear (smooth)" },
|
||||
{ "Linear (smooth)", "Display", "Scanlines", "Nearest Neighbor (pixelated)", "CorrectAR" },
|
||||
{ "Single", "Auto", "Auto", "Vertical", "Double" },
|
||||
{ "Double", "Nearest Neighbor (pixelated)", "Nearest Neighbor (pixelated)", "Single", "Scanlines" },
|
||||
{ "Scanlines", "Linear (smooth)", "Linear (smooth)", "Double", "CorrectAR" },
|
||||
{ "CorrectAR", "Display", "Display", "Linear (smooth)", "chkFlickerFixer" },
|
||||
{ "chkFlickerFixer", "Display", "Display", "CorrectAR", "chkFrameskip" },
|
||||
{ "chkFrameskip", "Display", "Display", "chkFlickerFixer", "sldWidth" },
|
||||
{ "Vertical", "", "", "Horizontal", "Single" },
|
||||
{ "Horizontal", "chkAutoHeight", "", "", "Vertical" },
|
||||
|
||||
// active move left move right move up move down
|
||||
//PanelSound
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue