Parent Directory
|
Revision Log
|
Patch
revision 30 by william, Wed Apr 4 01:32:37 2012 UTC | revision 31 by william, Wed Apr 4 05:12:58 2012 UTC | |
---|---|---|
# | Line 16 namespace EmuXPortal.Api | Line 16 namespace EmuXPortal.Api |
16 | List<string> romdirs = GetRomDirectories(path); | List<string> romdirs = GetRomDirectories(path); |
17 | logger.WriteLine("Found {0} EMU Folders", romdirs.Count); | logger.WriteLine("Found {0} EMU Folders", romdirs.Count); |
18 | this.Platforms = GetEMUConfigFiles(romdirs); | this.Platforms = GetEMUConfigFiles(romdirs); |
19 | this.Platforms.Sort(); | |
20 | } | } |
21 | ||
22 | public List<IEmuConfig> Platforms { get; private set; } | public List<IEmuConfig> Platforms { get; private set; } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |