config.json - SkaveRat/kitcade GitHub Wiki

Example:

{
	"emulators": [
		{
			"name": "Gameboy Color",
			"rompath": "/home/arcade/roms/gbc/",
			"command": "mednafen -sounddevice sexyal-literal-default"
		}
	]
}
  • emulators
    • name: Display name
    • rompath: Directory where roms are located. Currently every file in directory is listed
    • command: command to be executed when starting game. Filepath will be appended