Exemplo n.º 1
0
 def __init__(self,shortname,fullname):
     self.shortname = shortname
     self.fullname = fullname
     self.emulator = emulator_manager.lookup_emulator(self)
     self.__create_directories_if_needed__()
Exemplo n.º 2
0
 def __find_emulator__(self):
     """
     Uses the settings to determine the emulator path for a given console
     """
     platform = settings.platform_string()
     return emulator_manager.lookup_emulator(platform,self)
Exemplo n.º 3
0
 def __find_emulator__(self):
     """
     Uses the settings to determine the emulator path for a given console
     """
     platform = settings.platform_string()
     return emulator_manager.lookup_emulator(platform, self)