Compare commits
8 Commits
aa5db57b61
...
bf351b39e2
Author | SHA1 | Date |
---|---|---|
Rekai Nyangadzayi Musuka | bf351b39e2 | |
Rekai Nyangadzayi Musuka | d1fe4d4da9 | |
Rekai Nyangadzayi Musuka | 84a9622394 | |
Rekai Nyangadzayi Musuka | d8e4bd4319 | |
Rekai Nyangadzayi Musuka | 2c0e9b92bc | |
Rekai Nyangadzayi Musuka | ce249bac65 | |
Rekai Nyangadzayi Musuka | 2207341020 | |
Rekai Nyangadzayi Musuka | 712c58391d |
|
@ -1,7 +1,7 @@
|
||||||
[Host]
|
[Host]
|
||||||
# Using nearest-neighbour scaling, how many times the native resolution
|
# Using nearest-neighbour scaling, how many times the native resolution
|
||||||
# of the game bow should the screen be?
|
# of the game bow should the screen be?
|
||||||
win_scale = 4
|
win_scale = 3
|
||||||
# Enable VSYNC on the UI thread
|
# Enable VSYNC on the UI thread
|
||||||
vsync = true
|
vsync = true
|
||||||
# Mute ZBA
|
# Mute ZBA
|
||||||
|
@ -9,9 +9,9 @@ mute = false
|
||||||
|
|
||||||
[Guest]
|
[Guest]
|
||||||
# Sync Emulation to Audio
|
# Sync Emulation to Audio
|
||||||
audio_sync = false
|
audio_sync = true
|
||||||
# Sync Emulation to Video
|
# Sync Emulation to Video
|
||||||
video_sync = false
|
video_sync = true
|
||||||
# Force RTC support
|
# Force RTC support
|
||||||
force_rtc = false
|
force_rtc = false
|
||||||
# Skip BIOS
|
# Skip BIOS
|
||||||
|
|
Loading…
Reference in New Issue