def generate(self, system, rom, playersControllers):
     kodiConfig.writeKodiConfig(playersControllers)
     commandArray = [
         rhgamestationFiles.rhgamestationBins[system.config['emulator']]
     ]
     return Command.Command(videomode=system.config['videomode'],
                            array=commandArray)
 def generate(self, system, rom, playersControllers, gameResolution):
     kodiConfig.writeKodiConfig(playersControllers)
     commandArray = [gamestationFiles.gamestationBins[system.config['emulator']]]
     return Command.Command(array=commandArray)
 def generate(self, system, rom, playersControllers):
     kodiConfig.writeKodiConfig(playersControllers)
     commandArray = [recalboxFiles.kodiBin]
     return Command.Command(videomode=system.config['videomode'], array=commandArray)
Exemplo n.º 4
0
 def generate(self, system, rom, playersControllers):
     kodiConfig.writeKodiConfig(playersControllers)
     commandArray = [recalboxFiles.kodiBin]
     return Command.Command(videomode=system.config['videomode'],
                            array=commandArray)