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