Compare commits
7 Commits
976a87e888
...
9c468389ca
Author | SHA1 | Date |
---|---|---|
Rekai Nyangadzayi Musuka | 9c468389ca | |
Rekai Nyangadzayi Musuka | 0ef7dda6ec | |
Rekai Nyangadzayi Musuka | 40c85e88c2 | |
Rekai Nyangadzayi Musuka | 2a5cfde49f | |
Rekai Nyangadzayi Musuka | 79af17a457 | |
Rekai Nyangadzayi Musuka | 0f18389eb8 | |
Rekai Nyangadzayi Musuka | da825ad144 |
|
@ -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 = 3
|
win_scale = 4
|
||||||
# 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 = true
|
audio_sync = false
|
||||||
# Sync Emulation to Video
|
# Sync Emulation to Video
|
||||||
video_sync = true
|
video_sync = false
|
||||||
# Force RTC support
|
# Force RTC support
|
||||||
force_rtc = false
|
force_rtc = false
|
||||||
# Skip BIOS
|
# Skip BIOS
|
||||||
|
|
Loading…
Reference in New Issue