fix emujs config vsync typo

This commit is contained in:
Georges-Antoine Assi
2025-10-28 13:37:15 -04:00
parent 5284ba766a
commit 0f0676a486
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ emulatorjs:
cache_limit: 1000
settings:
parallel_n64:
vsync: disable
vsync: disabled
snes9x:
snes9x_region: ntsc
controls:

View File

@@ -106,7 +106,7 @@ filesystem: {} # { roms_folder: 'roms' } For example if your folder structure is
# cache_limit: null # Cache limit per ROM (in bytes)
# settings:
# parallel_n64: # Use the exact core name
# vsync: disable
# vsync: disabled
# snes9x:
# snes9x_region: ntsc
# default: # These settings apply to all cores