aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2018-12-26configure_per_general: Mark UI strings as translatable in the constructorLioncash
2018-12-26configure_input_simple: Make input profile array constexprLioncash
2018-12-26Merge pull request #1849 from encounter/svcSetThreadActivitybunnei
2018-12-25qt: Use ProfileSelectionDialog when selecting user for save dataZach Hilman
2018-12-25qt: Add setting to prompt for user on game bootZach Hilman
2018-12-23Merge pull request #1886 from FearlessTobi/port-4164bunnei
2018-12-23Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei
2018-12-23Merge pull request #1780 from DarkLordZach/controller-profilesbunnei
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
2018-12-14Merge pull request #1902 from lioncash/audiobunnei
2018-12-14Merge pull request #1871 from lioncash/movebunnei
2018-12-13audio_core: Make g_sink_details internally linkedLioncash
2018-12-10Merge pull request #1819 from DarkLordZach/disable-addonsbunnei
2018-12-07Merge pull request #1873 from lioncash/constbunnei
2018-12-05yuzu/wait_tree: Pass QString by value and std::move in the initializer list f...Lioncash
2018-12-05yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToG...Lioncash
2018-12-05yuzu/game_list_worker: Don't retrieve file type and file type strings twice i...Lioncash
2018-12-05configure_input_simple: Properly signal docked mode changeZach Hilman
2018-12-05configure_input: Add ConfigureInputSimple as default input UI configZach Hilman
2018-12-05configure_input: Convert into QDialogZach Hilman
2018-12-05configure: Use ConfigureInputSimple for Input tabZach Hilman
2018-12-05ui_settings: Add UI setting for input profile indexZach Hilman
2018-12-05configuration/config: Use an intermediary variable for accessing playersLioncash
2018-12-04Merge pull request #1837 from lioncash/mapbunnei
2018-12-04yuzu/game_list_worker: Move std::string construction after the termination ch...Lioncash
2018-12-04qt: Add Properties menu to game list right-clickZach Hilman
2018-12-04debugger: Set paused thread colorLuke Street
2018-12-04kernel/object: Amend handle types to distinguish between readable and writabl...Lioncash
2018-12-04svc: Implement SetThreadActivity (thread suspension)Luke Street
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman
2018-12-03qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman
2018-12-03qt: Register to use Qt ProfileSelector instead of defaultZach Hilman
2018-12-03qt: Add UI to display game properties and disable add-onsZach Hilman
2018-12-03config: Store and load disabled add-ons listZach Hilman
2018-12-03Merge pull request #1842 from lioncash/slotbunnei
2018-12-03Merge pull request #1835 from lioncash/cache-globalbunnei
2018-12-03Merge pull request #1803 from DarkLordZach/k-able-eventbunnei
2018-12-03game_list: Remove a reference of a referenceFrederic Laing
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-12-01Merge pull request #1795 from ReinUsesLisp/vc-cleanupbunnei
2018-12-01filesystem: De-globalize registered_cache_unionLioncash
2018-12-01yuzu/game_list_worker: Deduplicate game list entry creationLioncash
2018-12-01yuzu/game_list_worker: Tidy up string handling in FillControlMap()Lioncash
2018-11-30remove border from GameListBartosz Kaszubowski
2018-11-30configure_input: Amend clang-format discrepanciesLioncash
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman