update qemu options

This commit is contained in:
Sense T 2022-10-11 06:07:42 +00:00
parent 3af8cf2090
commit f1fe154e01

View File

@ -41,8 +41,8 @@ func ExampleOptions() *Options {
BufferSize: 2048, BufferSize: 2048,
}, },
Video: VideoOptions{ Video: VideoOptions{
Height: 1024, Height: 768,
Width: 768, Width: 1024,
FPS: 60, FPS: 60,
}, },
} }