mirror of
https://github.com/gopher64/gopher64.git
synced 2026-09-19 19:07:53 +02:00
honor setting
This commit is contained in:
@@ -111,6 +111,8 @@ async fn main() -> std::io::Result<()> {
|
||||
let mut device = device::Device::new();
|
||||
if args.fullscreen {
|
||||
device.ui.video.fullscreen = true;
|
||||
} else {
|
||||
device.ui.video.fullscreen = device.ui.config.video.fullscreen;
|
||||
}
|
||||
let overclock = args
|
||||
.overclock
|
||||
|
||||
Reference in New Issue
Block a user