From 0f0676a486f2fed4cc46a86487607c892aeeab0a Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Tue, 28 Oct 2025 13:37:15 -0400 Subject: [PATCH] fix emujs config vsync typo --- backend/tests/config/fixtures/config/config.yml | 2 +- examples/config.example.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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