mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
fix emujs config vsync typo
This commit is contained in:
@@ -56,7 +56,7 @@ emulatorjs:
|
||||
cache_limit: 1000
|
||||
settings:
|
||||
parallel_n64:
|
||||
vsync: disable
|
||||
vsync: disabled
|
||||
snes9x:
|
||||
snes9x_region: ntsc
|
||||
controls:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user