comment out options in config.yml

This commit is contained in:
Georges-Antoine Assi
2025-09-03 22:39:06 -04:00
parent 768624cd74
commit 990c456f97

View File

@@ -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