summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration
AgeCommit message (Expand)Author
2018-09-10remove multicore in configure_general.cppMysticExile
2018-09-08Port Citra #4047 & #4052: add change background color supporttech4me
2018-09-08Add audio stretching supportfearlessTobi
2018-09-03settings: Save and load NAND/SD dirs from configZach Hilman
2018-08-28yuzu: Fix stick UI direction orderfearlessTobi
2018-08-23qt: Make default row data title name and title idZach Hilman
2018-08-22Swap "Plus" with "Minus" on the controller GUI (#1150)literalmente-game
2018-08-21config: Fixed icon size get set to 0tech4me
2018-08-21Port #3353 from CitrafearlessTobi
2018-08-08Merge pull request #850 from DarkLordZach/icon-metabunnei
2018-08-07configure_gamelist: Use explicit QVariant constructorZach Hilman
2018-08-07qt/hotkey: Get rid of global hotkey map instanceLioncash
2018-08-06Use const where applicableZach Hilman
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-06GDBStub works with both Unicorn and Dynarmic now (#941)Hedges
2018-08-06qt: Default destructors where applicableLioncash
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-03Added ability to change username & language code in the settings ui. Added IP...David
2018-08-01Remove files that are not usedZach Hilman
2018-07-31audio_core: Add configuration settings.bunnei
2018-07-29Port #3911 from Citra: "Optimize settings application"fearlessTobi
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-17settings: Turn docked mode off by default.bunnei
2018-07-02Add configurable logging backendsJames Rowe
2018-06-27settings: Add a configuration for use_accurate_framebuffers.bunnei
2018-05-10core: Add a configuration setting for use_multi_core.bunnei
2018-03-30Remove whitespacesN00byKing
2018-03-30Add Dark theme, Icon themingN00byKing
2018-03-26config: Use simplified checkbox (from Citra) for CPU JIT.bunnei
2018-03-26config: Rename is_docked to use_docked_mode to be consistent with other confi...bunnei
2018-03-26configure_general: Cleanup naming.bunnei
2018-03-26qt: Add config option for is_docked.bunnei
2018-03-26config: Add setting for whether the system is docked or not.bunnei
2018-02-14pls, that was easyHexagon12
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-18Merge pull request #104 from RiverCityRansomware/resizedConfigWindowbunnei
2018-01-18ui: Rename almost all classes in configuration_input.ui (#99)Evgeni Danailov
2018-01-18Port citra #3336 - Resizes the configuration window to not be so stretched outRiver City Ransomware
2018-01-17Merge pull request #57 from nkatz565/fix-trbunnei
2018-01-17Fixed formattingnoah katz
2018-01-16Fix non translated string (same as Citra PR 2949)noah katz
2018-01-16Merge pull request #45 from FearlessTobi/patch-1bunnei
2018-01-16Merge pull request #53 from nkatz565/nk-fixlabelsbunnei
2018-01-16Use static functions instead of lambdasmuemart
2018-01-16Add translation support for button labelsmuemart
2018-01-16Add button labels for sdl joystick mappingsmuemart
2018-01-16clang-formatMerryMage
2018-01-16Implement Pull #3030 from CitraTobias
2018-01-16Merge pull request #24 from nkatz565/nk-inputsbunnei
2018-01-16Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats