Enable the use of original device block size

This commit is contained in:
AlexSSD7 2023-09-27 10:48:23 +01:00
commit a5038eb957
3 changed files with 38 additions and 4 deletions

View file

@ -22,7 +22,8 @@ type USBDevicePassthroughConfig struct {
}
type BlockDevicePassthroughConfig struct {
Path string
Path string
BlockSize uint64
}
type PassthroughConfig struct {