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(); }
public Configuration() { RecentFiles = new RecentItems(); Debug = new DebugInfo(); Video = new VideoConfig(); Audio = new AudioConfig(); Input = new InputConfig(); Emulation = new EmulationConfig(); Gameboy = new GameboyConfig(); Preferences = new PreferencesConfig(); AviRecord = new AviRecordConfig(); MovieRecord = new MovieRecordConfig(); Cheats = new CheatWindowConfig(); Netplay = new NetplayConfig(); }