From 990c456f975644807ac798983ca82c4e19d59acf Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Wed, 3 Sep 2025 22:39:06 -0400 Subject: [PATCH] comment out options in config.yml --- examples/config.example.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/config.example.yml b/examples/config.example.yml index 0157b395c..0576e4476 100644 --- a/examples/config.example.yml +++ b/examples/config.example.yml @@ -49,20 +49,20 @@ filesystem: {} # { roms_folder: 'roms' } For example if your folder structure is # EmulatorJS per-core options emulatorjs: - debug: true # Available options will be logged to the browser consolewhen the emulator is started + # debug: true # Available options will be logged to the browser console settings: parallel_n64: # Use the exact core name - vsync: disable + # vsync: disable snes9x: - snes9x_region: ntsc + # snes9x_region: ntsc default: # These settings apply to all cores - fps: show + # fps: show controls: # https://emulatorjs.org/docs4devs/control-mapping/ snes9x: - 0: # Player 1 - 0: # A MAPPING FOR EACH BUTTON MUST BE SET! - value: x # Mapping for keyboard - value2: BUTTON_2 # Mapping for connected controller - 1: # Player 2 - 2: # Player 3 - 3: # Player 4 + # 0: # Player 1 + # 0: # A MAPPING FOR EACH BUTTON MUST BE SET! + # value: x # Mapping for keyboard + # value2: BUTTON_2 # Mapping for connected controller + # 1: # Player 2 + # 2: # Player 3 + # 3: # Player 4