Example #1
0
 public Configuration()
 {
     RecentFiles = new RecentItems();
     Debug       = new DebugInfo();
     Video       = new VideoConfig();
     Audio       = new AudioConfig();
     Input       = new InputConfig();
     Emulation   = new EmulationConfig();
     Preferences = new PreferencesConfig();
     AviRecord   = new AviRecordConfig();
 }
Example #2
0
 public Configuration()
 {
     RecentFiles = new RecentItems();
     Debug       = new DebugInfo();
     Video       = new VideoConfig();
     Audio       = new AudioConfig();
     Input       = new InputConfig();
     Emulation   = new EmulationConfig();
     Preferences = new PreferencesConfig();
     AviRecord   = new AviRecordConfig();
     MovieRecord = new MovieRecordConfig();
     Cheats      = new CheatWindowConfig();
     Netplay     = new NetplayConfig();
 }