summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei2018-11-163-108/+119
|\
| * game_list: Make add-ons column optionalZach Hilman2018-11-023-108/+119
* | Fixed switching operation modes when not running a gameDavid Marcec2018-11-161-0/+3
* | Merge pull request #1618 from DarkLordZach/dump-nsobunnei2018-11-153-1/+24
|\ \
| * | settings: Add setting to control NSO dumpingZach Hilman2018-10-293-1/+24
* | | yuzu/configure_system: Mark the entropy mask string as nontranslatableLioncash2018-11-141-1/+1
* | | svc: Use proper random entropy generation algorithmZach Hilman2018-11-132-6/+5
* | | svc: Return random seed for svcGetInfo RandomEntropyZach Hilman2018-11-131-3/+6
* | | settings: Add config option to set RNG seedZach Hilman2018-11-123-100/+157
* | | Merge pull request #1652 from FreddyFunk/static-castbunnei2018-11-111-1/+1
|\ \ \
| * | | configure_system: Fix compiler warningFrederic Laing2018-11-061-1/+1
* | | | Renamed CheckIfOperationChanged to OnDockedModeChangedDavid Marcec2018-11-082-21/+23
* | | | FixupsDavid Marcec2018-11-072-11/+16
* | | | Ability to switch between docked and undocked mode in-gameDavid Marcec2018-11-071-1/+25
|/ / /
* | | Merge pull request #1615 from lioncash/inputbunnei2018-11-021-24/+19
|\ \ \ | |_|/ |/| |
| * | configure_system: Contrain profile usernames to 32 charactersLioncash2018-10-311-24/+19
| |/
* | Merge pull request #1595 from FreddyFunk/castbunnei2018-10-301-1/+1
|\ \
| * | configure_system: Fix compiler warningFrederic Laing2018-10-281-1/+1
| |/
* / global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-303-7/+9
|/
* configure_system: Make GetIcon() return the scaled 64x64 iconLioncash2018-10-271-14/+7
* configure_system: Move entry formatting for the user account list entries to its own functionLioncash2018-10-271-18/+22
* configure_system: Display errors to the user if file operations fail when setting user imagesLioncash2018-10-271-24/+46
* configure_system: Make the file selector text translatableLioncash2018-10-251-1/+1
* configure_system: Make GetAccountUsername() an internal functionLioncash2018-10-252-25/+28
* configure_system: Default initialize member variablesLioncash2018-10-251-4/+5
* configure_system: Simplify UUID generation call in AddUser()Lioncash2018-10-251-2/+1
* configure_system: Amend function casingLioncash2018-10-252-6/+6
* configure_system: Add missing override specifier on the destructorLioncash2018-10-251-1/+1
* configure_system: Make public slots privateLioncash2018-10-251-7/+5
* Merge pull request #1570 from lioncash/optionalbunnei2018-10-251-4/+4
|\
| * profile_manager: Use std::optional instead of boost::optionalLioncash2018-10-241-4/+4
* | Merge pull request #1558 from lioncash/ptrbunnei2018-10-252-13/+14
|\ \ | |/ |/|
| * yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointerLioncash2018-10-242-8/+8
| * yuzu/configuration/config: Reorganize member variable and function layoutLioncash2018-10-241-6/+7
* | configure_system: Clear current username before overwritingZach Hilman2018-10-242-5/+15
* | profile_manager: Create save data if it doesn't exist on useZach Hilman2018-10-242-5/+5
* | acc: Fix account UUID duplication errorZach Hilman2018-10-242-46/+43
* | configure_system: Clear selection after user deleteZach Hilman2018-10-241-11/+17
* | profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman2018-10-244-80/+157
* | qt: Add Profile Manager UI to system settingsZach Hilman2018-10-243-76/+350
* | settings: Add users and current_user settings and remove usernameZach Hilman2018-10-241-2/+32
|/
* Added Amiibo support (#1390)David2018-10-243-11/+22
* config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei2018-10-163-7/+7
* qt: Add UI option to configure argumentsZach Hilman2018-10-073-0/+27
* citra_qt/configuration: misc input tab improvementszhupengfei2018-10-063-18/+100
* qt: Update telemetry linksLioncash2018-10-061-1/+1
* Merge pull request #1332 from FearlessTobi/port-web-backendbunnei2018-10-066-0/+393
|\
| * Review comments - part 5fearlessTobi2018-10-021-5/+3
| * Review comments - part 3fearlessTobi2018-10-021-3/+3
| * Address a bunch of review commentsfearlessTobi2018-10-021-1/+1
| * Port web_service from CitrafearlessTobi2018-10-026-0/+395
* | Merge pull request #1440 from lioncash/arraybunnei2018-10-061-1/+1
|\ \
| * | ui_settings: Place definition of the theme array within the cpp fileLioncash2018-10-041-1/+1
| |/
* | Merge pull request #1428 from lioncash/qtbunnei2018-10-041-21/+23
|\ \
| * | configure_graphics: Make functions internally linked where applicableLioncash2018-10-031-21/+23
| |/
* | Merge pull request #1431 from lioncash/audiobunnei2018-10-042-16/+34
|\ \
| * | configure_audio: Move combo box index setting to their own functionsLioncash2018-10-032-11/+25
| * | configure_audio: Use QString::fromStdString() for converting audio device namesLioncash2018-10-031-3/+3
| * | configure_audio: Add disambiguation comment for the volume percentage stringLioncash2018-10-032-4/+8
| |/
* / configure_input: Make analog mapping strings translatableLioncash2018-10-031-3/+3
|/
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* Merge pull request #1302 from lioncash/configbunnei2018-09-132-36/+74
|\
| * yuzu/configure_gamelist: Make combo box strings translatableLioncash2018-09-122-21/+47
| * yuzu/configure_gamelist: Use std::array instead of std::vector for translatable stringsLioncash2018-09-121-6/+9
| * yuzu/configure_gamelist: Move combo box initializtion to their own functionsLioncash2018-09-122-23/+32
* | Merge pull request #1163 from FearlessTobi/add-audio-stretchingbunnei2018-09-133-0/+16
|\ \ | |/ |/|
| * Add audio stretching supportfearlessTobi2018-09-083-0/+16
* | Merge pull request #1278 from tech4me/bg-color-fixbunnei2018-09-123-0/+38
|\ \
| * | Port Citra #4047 & #4052: add change background color supporttech4me2018-09-093-0/+38
| |/
* | Port #4141 from citra: Joystick hotplug support (#1275)Tobias2018-09-111-12/+10
* | Remove multicore configure_general.uiMysticExile2018-09-101-7/+0
* | remove multicore in configure_general.cppMysticExile2018-09-101-3/+0
|/
* settings: Save and load NAND/SD dirs from configZach Hilman2018-09-041-0/+18
* yuzu: Fix stick UI direction orderfearlessTobi2018-08-281-2/+2
* qt: Make default row data title name and title idZach Hilman2018-08-231-2/+2
* Swap "Plus" with "Minus" on the controller GUI (#1150)literalmente-game2018-08-231-8/+8
* config: Fixed icon size get set to 0tech4me2018-08-221-1/+1
* Port #3353 from CitrafearlessTobi2018-08-213-9/+37
* Merge pull request #850 from DarkLordZach/icon-metabunnei2018-08-086-0/+243
|\
| * configure_gamelist: Use explicit QVariant constructorZach Hilman2018-08-071-2/+4
| * Use const where applicableZach Hilman2018-08-071-4/+4
| * Avoid parsing RomFS to directory in NCAZach Hilman2018-08-076-0/+241
* | qt/hotkey: Get rid of global hotkey map instanceLioncash2018-08-074-3/+14
|/
* GDBStub works with both Unicorn and Dynarmic now (#941)Hedges2018-08-071-7/+0
* qt: Default destructors where applicableLioncash2018-08-065-5/+5
* Merge pull request #849 from DarkLordZach/xcibunnei2018-08-041-0/+2
|\
| * Remove files that are not usedZach Hilman2018-08-011-0/+2
* | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David2018-08-033-3/+38
|/
* audio_core: Add configuration settings.bunnei2018-08-016-5/+281
* Port #3911 from Citra: "Optimize settings application"fearlessTobi2018-07-294-5/+0
* file_util: Use an enum class for GetUserPath()Lioncash2018-07-212-2/+2
* settings: Turn docked mode off by default.bunnei2018-07-181-1/+1
* Add configurable logging backendsJames Rowe2018-07-033-1/+65
* settings: Add a configuration for use_accurate_framebuffers.bunnei2018-06-273-0/+12
* core: Add a configuration setting for use_multi_core.bunnei2018-05-113-0/+12
* Remove whitespacesN00byKing2018-03-301-1/+1
* Add Dark theme, Icon themingN00byKing2018-03-303-0/+37
* config: Use simplified checkbox (from Citra) for CPU JIT.bunnei2018-03-273-31/+22
* config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei2018-03-273-6/+6
* configure_general: Cleanup naming.bunnei2018-03-271-14/+14
* qt: Add config option for is_docked.bunnei2018-03-272-0/+23
* config: Add setting for whether the system is docked or not.bunnei2018-03-271-0/+8
* pls, that was easyHexagon122018-02-141-1/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-213-7/+37
* Merge pull request #104 from RiverCityRansomware/resizedConfigWindowbunnei2018-01-191-1/+1
|\
| * Port citra #3336 - Resizes the configuration window to not be so stretched outRiver City Ransomware2018-01-181-1/+1
* | ui: Rename almost all classes in configuration_input.ui (#99)Evgeni Danailov2018-01-181-66/+66
|/
* Merge pull request #57 from nkatz565/fix-trbunnei2018-01-171-1/+2
|\
| * Fixed formattingnoah katz2018-01-171-2/+2
| * Fix non translated string (same as Citra PR 2949)noah katz2018-01-171-1/+1
* | Merge pull request #45 from FearlessTobi/patch-1bunnei2018-01-161-6/+6
|\ \
| * | Implement Pull #3030 from CitraTobias2018-01-161-6/+6
| |/
* | Merge pull request #53 from nkatz565/nk-fixlabelsbunnei2018-01-161-25/+52
|\ \
| * | Use static functions instead of lambdasmuemart2018-01-161-49/+46
| * | Add translation support for button labelsmuemart2018-01-161-14/+15
| * | Add button labels for sdl joystick mappingsmuemart2018-01-161-17/+46
| |/
* / clang-formatMerryMage2018-01-165-14/+11
|/
* Merge pull request #24 from nkatz565/nk-inputsbunnei2018-01-163-190/+276
|\
| * Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart2018-01-163-190/+276
* | Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats2018-01-161-0/+2
|/
* Merge pull request #20 from Andrix44/fixesbunnei2018-01-153-68/+6
|\
| * Clanggit rebase -i fixesunknown2018-01-151-10/+2
| * Clang formatunknown2018-01-152-4/+10
| * Change default log level to infounknown2018-01-151-1/+1
| * Update the internal resolution settingsunknown2018-01-152-65/+5
* | configure_input: update w/ Switch buttonsshinyquagsire232018-01-153-90/+221
|/
* Minor cleanupMerryMage2018-01-142-3/+3
* config: Default log filter to trace.bunnei2018-01-131-1/+1
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-136-362/+60
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-1313-528/+19
* Massive removal of unused modulesJames Rowe2018-01-1326-0/+3111