summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration (follow)
Commit message (Expand)AuthorAgeFilesLines
* settings: Hide shader cache behind a settingReinUsesLisp2019-02-073-0/+12
* Use QPixmap/QIcon for background color selection buttonxperia642019-01-262-7/+15
* citra_qt: Log settings on launchzhupengfei2019-01-221-0/+1
* Merge pull request #2035 from lioncash/fwd-declbunnei2019-01-217-17/+14
|\
| * yuzu/configuration/configure_input_player: Forward declare types where applicableLioncash2019-01-172-2/+7
| * yuzu/configuration/configure_touchscreen_advanced: Remove unnecessary header inclusionsLioncash2019-01-171-2/+0
| * yuzu/configuration/configure_per_general: Remove unused header inclusionsLioncash2019-01-172-4/+3
| * yuzu/configuration/configure_debug: Remove unused header inclusionsLioncash2019-01-171-1/+0
| * yuzu/configuration/configure_system: Remove unused header inclusionsLioncash2019-01-171-8/+4
* | yuzu/configuration/configure_web: Remove an unused lambda captureLioncash2019-01-171-5/+4
* | yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' textLioncash2019-01-171-1/+1
|/
* settings: Fix comment structureZach Hilman2019-01-081-1/+2
* settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman2019-01-082-5/+9
* qt: Provide UI to edit custom RTC settingsZach Hilman2019-01-082-28/+66
* settings: Add custom RTC settingsZach Hilman2019-01-081-2/+12
* qt: Move profile manager to own UI tabZach Hilman2019-01-048-427/+562
* Merge pull request #1942 from DarkLordZach/profile-select-game-bootbunnei2019-01-033-0/+12
|\
| * qt: Add setting to prompt for user on game bootZach Hilman2018-12-253-0/+12
* | Merge pull request #1944 from FearlessTobi/port-4187bunnei2019-01-023-59/+124
|\ \
| * | Qt/Configure: Use sidebar to divide tabs into smaller groupsspycrab2018-12-283-59/+124
| |/
* | yuzu/configure_general: Silence truncation warnings in loadConfiguration()Lioncash2019-01-011-2/+2
* | yuzu/config: Silence truncation warningsLioncash2019-01-011-1/+1
* | am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman2018-12-271-3/+3
* | Merge pull request #1948 from lioncash/translatablebunnei2018-12-271-2/+2
|\ \
| * | configure_per_general: Mark UI strings as translatable in the constructorLioncash2018-12-261-2/+2
| |/
* / configure_input_simple: Make input profile array constexprLioncash2018-12-261-12/+7
|/
* Merge pull request #1886 from FearlessTobi/port-4164bunnei2018-12-231-0/+5
|\
| * yuzu, video_core: Screenshot functionalityzhupengfei2018-12-181-0/+5
* | Merge pull request #1780 from DarkLordZach/controller-profilesbunnei2018-12-2310-66/+395
|\ \
| * | configure_input_simple: Properly signal docked mode changeZach Hilman2018-12-053-33/+31
| * | configure_input: Add ConfigureInputSimple as default input UI configZach Hilman2018-12-056-0/+289
| * | configure_input: Convert into QDialogZach Hilman2018-12-053-7/+47
| * | configure: Use ConfigureInputSimple for Input tabZach Hilman2018-12-051-26/+26
| * | ui_settings: Add UI setting for input profile indexZach Hilman2018-12-051-0/+2
* | | audio_core: Make g_sink_details internally linkedLioncash2018-12-131-4/+3
* | | Merge pull request #1819 from DarkLordZach/disable-addonsbunnei2018-12-114-0/+526
|\ \ \ | |_|/ |/| |
| * | qt: Add Properties menu to game list right-clickZach Hilman2018-12-043-20/+18
| * | qt: Add UI to display game properties and disable add-onsZach Hilman2018-12-033-0/+498
| * | config: Store and load disabled add-ons listZach Hilman2018-12-031-0/+30
| |/
* / configuration/config: Use an intermediary variable for accessing playersLioncash2018-12-051-43/+38
|/
* yuzu/configuration: Make slots private where applicableLioncash2018-12-025-7/+2
* yuzu/configuration: Add missing override specifiers to configuration-related classesLioncash2018-12-027-7/+7
* yuzu/configuration/configure_input: Default destructor in the cpp fileLioncash2018-12-022-0/+3
* configure_input: Amend clang-format discrepanciesLioncash2018-11-301-1/+1
* Merge pull request #1768 from greggameplayer/patch-2bunnei2018-11-291-0/+4
|\
| * correct clang-formatgreggameplayer2018-11-221-1/+1
| * Automatically disable joycons dockedgreggameplayer2018-11-221-0/+4
* | yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8Lioncash2018-11-272-3/+3
* | yuzu/configure_input: Make CallConfigureDialog a non-member template functionLioncash2018-11-273-21/+20
* | yuzu/configure_input_player: Use a lambda expression instead of std::bindLioncash2018-11-271-1/+1
* | yuzu/configure_input_player: Amend constructor initializer list orderLioncash2018-11-271-4/+3
* | yuzu/configure_input: Remove unused function MoveGridElementLioncash2018-11-271-7/+0
* | yuzu/configure_input*: Move data members after function declarationsLioncash2018-11-272-41/+42
* | yuzu/configure_input: Remove unnecessary includesLioncash2018-11-273-17/+3
* | Merge pull request #1708 from ogniK5377/res-scalebunnei2018-11-241-47/+47
|\ \
| * | Report resolution scaling support for vi and amDavid Marcec2018-11-161-47/+47
* | | Merge pull request #1747 from DarkLordZach/exefs-lfsbunnei2018-11-243-0/+14
|\ \ \ | |_|/ |/| |
| * | patch_manager: Show LayeredExeFS patch in add-ons columnZach Hilman2018-11-211-1/+1
| * | settings: Add option to dump ExeFS of games upon launchZach Hilman2018-11-203-0/+14
* | | configure_input: Use Joycons Docked instead of Connected as labelZach Hilman2018-11-191-1/+1
* | | configure_input_player: Set minimum width on controlsZach Hilman2018-11-191-16/+24
* | | configure_input: Properly update UI components on removal of playerZach Hilman2018-11-191-0/+2
* | | configure_input: Make None a controller option instead of checkboxZach Hilman2018-11-1911-152/+148
* | | hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman2018-11-1910-81/+120
* | | qt: Move controller button config to separate dialogZach Hilman2018-11-193-0/+1764
* | | qt: Add UI to configure touchscreen parametersZach Hilman2018-11-193-0/+278
* | | qt: Add UI to configure mouse buttonsZach Hilman2018-11-193-0/+539
* | | configure_input: Add support for multiplayer and controller typesZach Hilman2018-11-193-998/+525
* | | yuzu/config: Add (de-)serialization for multiplayerZach Hilman2018-11-192-21/+331
* | | Merge pull request #1640 from DarkLordZach/game-list-reloadbunnei2018-11-193-0/+19
|\ \ \ | |/ / |/| |
| * | game_list: Only reload game list after relevant settings changedZach Hilman2018-11-043-0/+19
* | | 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