summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration
AgeCommit message (Expand)Author
2018-10-27configure_system: Make GetIcon() return the scaled 64x64 iconLioncash
2018-10-27configure_system: Move entry formatting for the user account list entries to ...Lioncash
2018-10-27configure_system: Display errors to the user if file operations fail when set...Lioncash
2018-10-25configure_system: Make the file selector text translatableLioncash
2018-10-25configure_system: Make GetAccountUsername() an internal functionLioncash
2018-10-25configure_system: Default initialize member variablesLioncash
2018-10-25configure_system: Simplify UUID generation call in AddUser()Lioncash
2018-10-25configure_system: Amend function casingLioncash
2018-10-25configure_system: Add missing override specifier on the destructorLioncash
2018-10-25configure_system: Make public slots privateLioncash
2018-10-24Merge pull request #1570 from lioncash/optionalbunnei
2018-10-24Merge pull request #1558 from lioncash/ptrbunnei
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash
2018-10-24configure_system: Clear current username before overwritingZach Hilman
2018-10-24yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a r...Lioncash
2018-10-23yuzu/configuration/config: Reorganize member variable and function layoutLioncash
2018-10-23profile_manager: Create save data if it doesn't exist on useZach Hilman
2018-10-23acc: Fix account UUID duplication errorZach Hilman
2018-10-23configure_system: Clear selection after user deleteZach Hilman
2018-10-23profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman
2018-10-23qt: Add Profile Manager UI to system settingsZach Hilman
2018-10-23settings: Add users and current_user settings and remove usernameZach Hilman
2018-10-23Added Amiibo support (#1390)David
2018-10-16config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei
2018-10-07qt: Add UI option to configure argumentsZach Hilman
2018-10-06citra_qt/configuration: misc input tab improvementszhupengfei
2018-10-06qt: Update telemetry linksLioncash
2018-10-06Merge pull request #1332 from FearlessTobi/port-web-backendbunnei
2018-10-05Merge pull request #1440 from lioncash/arraybunnei
2018-10-04ui_settings: Place definition of the theme array within the cpp fileLioncash
2018-10-03Merge pull request #1428 from lioncash/qtbunnei
2018-10-03Merge pull request #1431 from lioncash/audiobunnei
2018-10-02configure_input: Make analog mapping strings translatableLioncash
2018-10-02configure_audio: Move combo box index setting to their own functionsLioncash
2018-10-02configure_audio: Use QString::fromStdString() for converting audio device namesLioncash
2018-10-02configure_audio: Add disambiguation comment for the volume percentage stringLioncash
2018-10-02configure_graphics: Make functions internally linked where applicableLioncash
2018-10-02Review comments - part 5fearlessTobi
2018-10-02Review comments - part 3fearlessTobi
2018-10-02Address a bunch of review commentsfearlessTobi
2018-10-02Port web_service from CitrafearlessTobi
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-12Merge pull request #1302 from lioncash/configbunnei
2018-09-12Merge pull request #1163 from FearlessTobi/add-audio-stretchingbunnei
2018-09-12yuzu/configure_gamelist: Make combo box strings translatableLioncash
2018-09-12yuzu/configure_gamelist: Use std::array instead of std::vector for translatab...Lioncash
2018-09-12yuzu/configure_gamelist: Move combo box initializtion to their own functionsLioncash
2018-09-11Merge pull request #1278 from tech4me/bg-color-fixbunnei
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Tobias
2018-09-10Remove multicore configure_general.uiMysticExile