add vbios extration page

This commit is contained in:
HikariKnight 2023-10-27 19:42:17 +02:00
parent 9dc81bd568
commit b033a787b8
4 changed files with 68 additions and 1 deletions

View file

@ -86,6 +86,7 @@ func viewGPU(id string, ext ...int) {
case "y":
// Go to the select a usb controller
selectUSB()
//selectUSB()
genVBIOS_dumper(id)
}
}