Skip the USB controller views while we do not have QuickEmu support

This commit is contained in:
HikariKnight 2023-04-09 19:23:35 +02:00
parent 5f38467e23
commit b4abc350e0
2 changed files with 8 additions and 2 deletions

View file

@ -78,7 +78,10 @@ func (m *model) processSelection() bool {
configs.Set_Modprobe(gpu_IDs)
// Go to the next view
m.focused++
//m.focused++
// Because we have no QuickEmu support yet, just skip USB Controller configuration
m.focused = DONE
case INTRO:
// This is an OK Dialog