summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
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
2018-11-29Merge pull request #1768 from greggameplayer/patch-2bunnei
2018-11-28gl_rasterizer: Remove extension booleansReinUsesLisp
2018-11-27Merge pull request #1814 from lioncash/ptrbunnei
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-27file_sys/registered_cache: Use regular const references instead of std::share...Lioncash
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