summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2021-05-27applets/swkbd: Make use of std::move where applicableMorph
2021-05-27Merge pull request #6346 from lat9nq/apply-config-pgcAmeer J
2021-05-26cmake: Download Qt binaries on Linux if neededlat9nq
2021-05-25yuzu qt: Restore const qualifierslat9nq
2021-05-25Merge pull request #6339 from Morph1984/swkbd-queuedconnectionbunnei
2021-05-25yuzu qt: Handle per-game configs for title id 0lat9nq
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-25Merge pull request #6349 from german77/suppress_config_warningbunnei
2021-05-25yuzu qt: Add an Apply button to configuration dialogslat9nq
2021-05-23settings: Forbid docked mode on handheldgerman77
2021-05-22settings: Suppress duplicate label name warninggerman77
2021-05-22applets/swkbd: Make use of QueuedConnection in returnPressed signalMorph
2021-05-20Merge pull request #6333 from Morph1984/swkbd-confirm-textbunnei
2021-05-20Merge pull request #6321 from lat9nq/per-game-cpubunnei
2021-05-20configure_cpu: Simplify UpdateGrouplat9nq
2021-05-19configuration_shared: Drop unused function and template anotherlat9nq
2021-05-19applets/swkbd: Send the correct text string on TextCheck::ConfirmMorph
2021-05-18Merge pull request #6317 from ameerj/fps-fixbunnei
2021-05-17general: Demote custom_rtc to regular settinglat9nq
2021-05-16configure_debug: FIx duplicate labelsMorph
2021-05-16yuzu/main: Fix version info in logging and about dialogMorph
2021-05-16main: Prevent installing base titles into NANDMorph
2021-05-15Merge pull request #6316 from ameerj/title-fixbunnei
2021-05-16configuration: Add CPU tab to game propertieslat9nq
2021-05-15configuration: Simplify applying per-game settingslat9nq
2021-05-15configuration_shared: Add some commentslat9nq
2021-05-15general: Make CPU accuracy and related a Settings::Settinglat9nq
2021-05-15perf_stats: Rework FPS counter to be more accurateameerj
2021-05-15main: Add title's version to window name on EA/mainlineameerj
2021-05-15input_common: Implement SDL motiongerman77
2021-05-10configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column"Kewlan
2021-05-05hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Remove deprecated Object class.bunnei
2021-05-05hle: kernel: HandleTable: Remove deprecated APIs.bunnei
2021-05-05hle: kernel: Migrate KProcess to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate more of KThread to KAutoObject.bunnei
2021-05-02input_common: Release mouse buttons on out of focusgerman77
2021-05-02Merge pull request #6263 from Kewlan/folder-swap-expand-stateMorph
2021-05-01Merge pull request #6261 from Kewlan/game-list-filter-fixbunnei
2021-04-30Merge pull request #6257 from Morph1984/fix-use-after-free-webappletbunnei
2021-04-30game_list: Fix dir move up/down expand stateKewlan
2021-04-30game_list: Update filter results when removing directoriesKewlan
2021-04-28yuzu: config: Silence narrowing conversion warning on MSVCMorph
2021-04-28applets/web: Fix a use-after-free when passing in the URL stringMorph
2021-04-28yuzu: main: Silence type conversion warning on MSVCMorph
2021-04-26Merge pull request #6236 from Morph1984/swkbd-button-hint-scalingbunnei
2021-04-25Merge pull request #6198 from Kewlan/favorite-gamesbunnei
2021-04-25config: Add new keyboard bindingsMorph
2021-04-24applets/swkbd: Fix software keyboard button hint scalingIts-Rei