summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/ConfigMain.cpp
AgeCommit message (Expand)Author
2015-03-18DolphinWX: Break up ConfigMain.cpp into separate classesLioncash
2015-03-19Merge pull request #2224 from gerikkub/AutoFocusskidau
2015-03-17Changed screen to window. Moved UpdateGUI to a more general scope.Gerik Kubiak
2015-03-16Added checkbox under Config > Interface.Gerik Kubiak
2015-03-16Merge pull request #2205 from Stevoisiak/FormattingCleanupmagumagu
2015-03-15Fix user directories at times doing stupid things.Ryan Houdek
2015-03-13ConfigMain: Change _NTSC to ForceNTSCJStevoisiak
2015-03-05Merge pull request #2168 from JosJuice/language-selection-untranslatedLioncash
2015-03-04Sort language list alphabetically by new namesJosJuice
2015-03-04Display languages untranslated in GUI language selectionJosJuice
2015-02-26De-capitalized CountryCodeStevoisiak
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-23Merge pull request #1942 from Buddybenj/No-Introskidau
2015-02-22Merge pull request #1808 from Stevoisiak/additionalToolTips(Again)magumagu
2015-02-19PowerPC: Get rid of magic numbers related to interp/JIT initialization.Lioncash
2015-02-17Replace Country Names With No-Intro NamesBuddybenj
2015-02-14DolphinWX: Change Enable(false) calls into Disable() where possibleLioncash
2015-02-11DolphinWX: Get rid of unnecessary Destroy callsLioncash
2015-02-04Merge pull request #1949 from skidau/hotkey-inputskidau
2015-01-30Added a hash key finder.skidau
2015-01-27Added the ability to map gamepad buttons to hotkeys.skidau
2015-01-24Added EEPROM saving to file.skidau
2015-01-24Added support for AGP. Original patch by GreyRogue.skidau
2015-01-21Merge pull request #1870 from Stevoisiak/countryFiltersRyan Houdek
2015-01-12Allow minimum volume to be set to 0% in the interface.Shadoxfix
2015-01-11Country filter fixes/consistencyStevoisiak
2015-01-10Added more settings tooltipsStevoisiak
2015-01-10Support overclocking and underclocking the Gamecube CPUFiora
2015-01-08 PulseAudio: Support 5.1 surround, optional in UIAdam Moss
2014-12-06Merge pull request #1437 from skidau/Remove-DSP-thread-optionskidau
2014-12-01WiimoteConfigDiag: Unify controller menu with the GameCube controllers.Lioncash
2014-11-18Renamed EuRGB60 to PAL60Stevoisiak
2014-11-05Removed the DSP LLE on separate thread option.skidau
2014-11-02Merge pull request #1264 from Stevoisiak/GCM-to-ISORyan Houdek
2014-10-30ConfigMain: Added missing filetypes to default ISO optionsStevoisiak
2014-10-20Updated GCM references to ISOStevoisiak
2014-10-20Disable skip bios option if no bios files exists.Rachel Bryk
2014-10-13Core: Use an enum for indicating CPU coresLioncash
2014-10-12Add AArch64 JIT recompiler to wxWidgets UI.Ryan Houdek
2014-10-11Added Dump Frames/Audio to Movie MenuFog
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-06Add an IsMovieActive function.Rachel Bryk
2014-08-23Remove dsound audio backend.Shawn Hoffman
2014-08-02DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic e...Lioncash
2014-07-28Update framelimit tooltip text because the Audio option has been removed.Oussama Danba
2014-07-25Remove audio frame limit.Rachel Bryk
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-07-08Check whether the core is running instead of checking if it is unitialized.Jules Blok
2014-07-07Revert "Don't add segfault handler in interpreter mode"Pierre Bourdon
2014-07-05CoreParameter: add enum CPUBackendTillmann Karras