Compare commits
8 Commits
9c468389ca
...
976a87e888
| Author | SHA1 | Date | |
|---|---|---|---|
| 976a87e888 | |||
| c753e0a0e7 | |||
| 00f75f0d39 | |||
| 4f9cb7d8a3 | |||
| 6c2dfa9d05 | |||
| 06addcfc71 | |||
| 7bb44894a7 | |||
| 98fc82c17a |
@@ -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 = 4
|
||||
win_scale = 3
|
||||
# Enable VSYNC on the UI thread
|
||||
vsync = true
|
||||
# Mute ZBA
|
||||
@@ -9,9 +9,9 @@ mute = false
|
||||
|
||||
[Guest]
|
||||
# Sync Emulation to Audio
|
||||
audio_sync = false
|
||||
audio_sync = true
|
||||
# Sync Emulation to Video
|
||||
video_sync = false
|
||||
video_sync = true
|
||||
# Force RTC support
|
||||
force_rtc = false
|
||||
# Skip BIOS
|
||||
|
||||
Reference in New Issue
Block a user