zba/example.toml

26 lines
522 B
TOML
Raw Permalink Normal View History

[host]
2022-10-13 03:46:18 +00:00
# Using nearest-neighbour scaling, how many times the native resolution
# of the game bow should the screen be?
win_scale = 3
2022-10-13 03:46:18 +00:00
# Enable VSYNC on the UI thread
vsync = true
# Mute ZBA
mute = false
2022-10-13 03:46:18 +00:00
[guest]
2022-10-13 03:46:18 +00:00
# Sync Emulation to Audio
audio_sync = true
2022-10-13 03:46:18 +00:00
# Sync Emulation to Video
video_sync = true
2022-10-13 03:46:18 +00:00
# Force RTC support
force_rtc = false
2022-10-17 20:31:07 +00:00
# Skip BIOS
skip_bios = false
2022-10-13 03:46:18 +00:00
[debug]
2022-10-13 03:46:18 +00:00
# Enable detailed CPU logs
cpu_trace = false
# When false and builtin.mode == .Debug, ZBA will panic
# on unknown I/O reads
unhandled_io = true