aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/configuration
AgeCommit message (Expand)Author
2018-12-03config: Store and load disabled add-ons listZach Hilman
2018-12-02yuzu/configuration: Make slots private where applicableLioncash
2018-12-02yuzu/configuration: Add missing override specifiers to configuration-related ...Lioncash
2018-12-02yuzu/configuration/configure_input: Default destructor in the cpp fileLioncash
2018-11-30configure_input: Amend clang-format discrepanciesLioncash
2018-11-29Merge pull request #1768 from greggameplayer/patch-2bunnei
2018-11-27yuzu/configure_input_player: Use std::size_t to represent the player index in...Lioncash
2018-11-27yuzu/configure_input: Make CallConfigureDialog a non-member template functionLioncash
2018-11-27yuzu/configure_input_player: Use a lambda expression instead of std::bindLioncash
2018-11-27yuzu/configure_input_player: Amend constructor initializer list orderLioncash
2018-11-27yuzu/configure_input: Remove unused function MoveGridElementLioncash
2018-11-27yuzu/configure_input*: Move data members after function declarationsLioncash
2018-11-27yuzu/configure_input: Remove unnecessary includesLioncash
2018-11-23Merge pull request #1708 from ogniK5377/res-scalebunnei
2018-11-23Merge pull request #1747 from DarkLordZach/exefs-lfsbunnei
2018-11-22correct clang-formatgreggameplayer
2018-11-22Automatically disable joycons dockedgreggameplayer
2018-11-20patch_manager: Show LayeredExeFS patch in add-ons columnZach Hilman
2018-11-20settings: Add option to dump ExeFS of games upon launchZach Hilman
2018-11-18configure_input: Use Joycons Docked instead of Connected as labelZach Hilman
2018-11-18configure_input_player: Set minimum width on controlsZach Hilman
2018-11-18configure_input: Properly update UI components on removal of playerZach Hilman
2018-11-18configure_input: Make None a controller option instead of checkboxZach Hilman
2018-11-18hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman
2018-11-18qt: Move controller button config to separate dialogZach Hilman
2018-11-18qt: Add UI to configure touchscreen parametersZach Hilman
2018-11-18qt: Add UI to configure mouse buttonsZach Hilman
2018-11-18configure_input: Add support for multiplayer and controller typesZach Hilman
2018-11-18yuzu/config: Add (de-)serialization for multiplayerZach Hilman
2018-11-18Merge pull request #1640 from DarkLordZach/game-list-reloadbunnei
2018-11-16Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei
2018-11-16Fixed switching operation modes when not running a gameDavid Marcec
2018-11-16Report resolution scaling support for vi and amDavid Marcec
2018-11-15Merge pull request #1618 from DarkLordZach/dump-nsobunnei
2018-11-14yuzu/configure_system: Mark the entropy mask string as nontranslatableLioncash
2018-11-13svc: Use proper random entropy generation algorithmZach Hilman
2018-11-12svc: Return random seed for svcGetInfo RandomEntropyZach Hilman
2018-11-11settings: Add config option to set RNG seedZach Hilman
2018-11-11Merge pull request #1652 from FreddyFunk/static-castbunnei
2018-11-08Renamed CheckIfOperationChanged to OnDockedModeChangedDavid Marcec
2018-11-07FixupsDavid Marcec
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec
2018-11-06configure_system: Fix compiler warningFrederic Laing
2018-11-03game_list: Only reload game list after relevant settings changedZach Hilman
2018-11-01game_list: Make add-ons column optionalZach Hilman
2018-11-01Merge pull request #1615 from lioncash/inputbunnei
2018-10-31configure_system: Contrain profile usernames to 32 charactersLioncash
2018-10-30Merge pull request #1595 from FreddyFunk/castbunnei
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-29settings: Add setting to control NSO dumpingZach Hilman