diff --git a/backend/tests/config/fixtures/config/config.yml b/backend/tests/config/fixtures/config/config.yml index 048c11f71..97ee0b2df 100644 --- a/backend/tests/config/fixtures/config/config.yml +++ b/backend/tests/config/fixtures/config/config.yml @@ -56,7 +56,7 @@ emulatorjs: cache_limit: 1000 settings: parallel_n64: - vsync: disable + vsync: disabled snes9x: snes9x_region: ntsc controls: diff --git a/examples/config.example.yml b/examples/config.example.yml index b3a17da8c..884de57c4 100644 --- a/examples/config.example.yml +++ b/examples/config.example.yml @@ -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