示例#1
0
 public Configuration()
 {
     Profile = new PlayerProfile();
     ClientConnectionInfo = new ClientConnectionInfo();
     ServerInfo           = new ServerInfo();
     AudioInfo            = new AudioInfo();
     VideoInfo            = new VideoInfo();
     PreferenceInfo       = new PreferenceInfo();
     EmulationInfo        = new EmulationInfo();
     RecentFiles          = new List <RecentItem>();
     InputInfo            = new InputInfo();
     Cheats          = new List <CheatInfo>();
     VsConfig        = new List <VsConfigInfo>();
     DebugInfo       = new DebugInfo();
     AviRecordInfo   = new AviRecordInfo();
     MovieRecordInfo = new MovieRecordInfo();
 }
示例#2
0
 public Configuration()
 {
     Profile = new PlayerProfile();
     ClientConnectionInfo = new ClientConnectionInfo();
     ServerInfo           = new ServerInfo();
     AudioInfo            = new AudioInfo();
     VideoInfo            = new VideoInfo();
     PreferenceInfo       = new PreferenceInfo();
     EmulationInfo        = new EmulationInfo();
     RecentFiles          = new List <RecentItem>();
     InputInfo            = new InputInfo();
     Cheats               = new List <CheatInfo>();
     DebugInfo            = new DebugInfo();
     AviRecordInfo        = new AviRecordInfo();
     MovieRecordInfo      = new MovieRecordInfo();
     HistoryViewerInfo    = new HistoryViewerInfo();
     GameSpecificSettings = new List <GameSpecificInfo>();
 }