mirror of
https://github.com/rommapp/romm.git
synced 2025-12-22 10:27:13 +00:00
comment out options in config.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user