Fixed keyboard navigation in GUI (Display and Chipset areas)
This commit is contained in:
parent
e5ae561e2d
commit
8c795fdeb9
1 changed files with 9 additions and 10 deletions
|
@ -26,12 +26,12 @@ static NavigationMap navMap[] =
|
|||
{"Paths", "SystemROMs", "SystemROMs", "Reset", "Configurations"},
|
||||
{"Configurations", "ConfigList", "ConfigList", "Paths", "CPU and FPU"},
|
||||
{"CPU and FPU", "7 Mhz", "68000", "Configurations", "Chipset"},
|
||||
{"Chipset", "Fast copper", "OCS", "CPU and FPU", "ROM"},
|
||||
{"Chipset", "BlitNormal", "OCS", "CPU and FPU", "ROM"},
|
||||
{"ROM", "MainROM", "cboMainROM", "Chipset", "RAM"},
|
||||
{"RAM", "Chipmem", "Chipmem", "ROM", "Floppy drives"},
|
||||
{"Floppy drives", "cmdSel0", "DF0:", "RAM", "Hard drives / CD"},
|
||||
{"Hard drives / CD", "cmdCreateHDF", "cmdAddDir", "Floppy drives", "Display"},
|
||||
{"Display", "sldWidth", "sldWidth", "Hard drives / CD", "Sound"},
|
||||
{"Display", "Frameskip", "Frameskip", "Hard drives / CD", "Sound"},
|
||||
{"Sound", "sndDisable", "sndDisable", "Display", "Input"},
|
||||
{"Input", "cboPort0", "cboPort0", "Sound", "Miscellaneous"},
|
||||
{"Miscellaneous", "StatusLine", "StatusLine", "Input", "Savestates"},
|
||||
|
@ -78,10 +78,9 @@ static NavigationMap navMap[] =
|
|||
{"Full ECS", "Chipset", "BlitWait", "ECS Agnus", "AGA"},
|
||||
{"AGA", "Chipset", "Chipset", "Full ECS", "NTSC"},
|
||||
{"NTSC", "Chipset", "Chipset", "AGA", "CollNone"},
|
||||
{"BlitNormal", "OCS", "Fast copper", "CollFull", "Immediate"},
|
||||
{"Immediate", "ECS Agnus", "Fast copper", "BlitNormal", "BlitWait"},
|
||||
{"BlitWait", "Full ECS", "Fast copper", "Immediate", "CollNone"},
|
||||
{"Fast copper", "BlitNormal", "Chipset", "CollFull", "CollNone"},
|
||||
{"BlitNormal", "OCS", "Chipset", "CollFull", "Immediate"},
|
||||
{"Immediate", "ECS Agnus", "Chipset", "BlitNormal", "BlitWait"},
|
||||
{"BlitWait", "Full ECS", "Chipset", "Immediate", "CollNone"},
|
||||
{"CollNone", "Chipset", "Chipset", "NTSC", "Sprites only"},
|
||||
{"Sprites only", "Chipset", "Chipset", "CollNone", "CollPlay"},
|
||||
{"CollPlay", "Chipset", "Chipset", "Sprites only", "CollFull"},
|
||||
|
@ -150,10 +149,10 @@ static NavigationMap navMap[] =
|
|||
{"CDVol", "", "", "cboCD", "cmdProp0"},
|
||||
|
||||
// PanelDisplay
|
||||
{"sldWidth", "", "", "Frameskip", "sldHeight"},
|
||||
{"sldHeight", "", "", "sldWidth", "sldVertPos"},
|
||||
{"sldVertPos", "", "", "sldHeight", "FSRatio"},
|
||||
{"Frameskip", "Display", "Display", "4by3Ratio", "sldWidth"},
|
||||
{"Frameskip", "Display", "Display", "Linear (smooth)", "Auto"},
|
||||
{"Auto", "Display", "Display", "Frameskip", "Nearest Neighbor (pixelated)"},
|
||||
{ "Nearest Neighbor (pixelated)", "Display", "Display", "Auto", "Linear (smooth)"},
|
||||
{"Linear (smooth)", "Display", "Display", "Nearest Neighbor (pixelated)", "Frameskip"},
|
||||
|
||||
//PanelSound
|
||||
{"sndDisable", "Sound", "Mono", "sldStereoDelay", "sndDisEmu"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue