summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | video_core/gpu: Correct the size of the puller registersGravatar Billy Laws2020-07-261-2/+2
* | | | | | | | | | | | | | Merge pull request #4431 from kelnos/fix-exit-crashGravatar bunnei2020-07-261-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | GCAdapter: only join worker thread if running & joinableGravatar Brian J. Tarricone2020-07-261-1/+3
* | | | | | | | | | | | | | Merge pull request #4426 from lioncash/lockGravatar bunnei2020-07-263-19/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | nvflinger: Mark interface functions with return values as [[nodiscard]]Gravatar Lioncash2020-07-251-16/+14
| * | | | | | | | | | | | | nvflinger: Use return value of Lock()Gravatar Lioncash2020-07-253-4/+4
* | | | | | | | | | | | | | Merge pull request #4418 from lioncash/udp-warnGravatar bunnei2020-07-251-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | udp/client: Remove unused boost includeGravatar Lioncash2020-07-251-1/+0
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4415 from lioncash/maybeGravatar bunnei2020-07-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | virtual_buffer: Mark size parameter of FreeMemoryPages() as [[maybe_unused]]Gravatar Lioncash2020-07-251-1/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #4417 from lioncash/pollGravatar bunnei2020-07-252-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | gc_adapter: Resolve C++20 deprecation warningGravatar Lioncash2020-07-251-1/+1
| * | | | | | | | | | | | | gc_poller: Resolve -Wsign-compare warningGravatar Lioncash2020-07-251-1/+2
| * | | | | | | | | | | | | gc_poller: Resolve -Wredundant-move warningGravatar Lioncash2020-07-251-2/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #4429 from FearlessTobi/remove-duplicated-optionsGravatar LC2020-07-251-22/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | yuzu/configure_debug: Remove duplicated checkboxesGravatar FearlessTobi2020-07-261-22/+0
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4350 from ogniK5377/hid-update-connectedGravatar bunnei2020-07-252-33/+37
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | hid: Only update keyboard & debug pad inputs if enabledGravatar David Marcec2020-07-162-33/+37
* | | | | | | | | | | | | common/string_util: Remove unimplemented function prototype (#4414)Gravatar LC2020-07-251-12/+0
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4380 from ogniK5377/swkbd-inline-1Gravatar bunnei2020-07-242-13/+49
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Address issuesGravatar David Marcec2020-07-201-2/+2
| * | | | | | | | | | | swkbd: Return result for Calc request for inlined swkbdGravatar David Marcec2020-07-192-13/+49
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4383 from ogniK5377/dark-checkboxGravatar bunnei2020-07-246-0/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | frontend: Match indeterminate checkbox state with light themeGravatar David Marcec2020-07-206-0/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #4393 from lioncash/unused5Gravatar bunnei2020-07-241-4/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | vk_rasterizer: Remove unused variable in Clear()Gravatar Lioncash2020-07-211-4/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4377 from Morph1984/dark-themesGravatar bunnei2020-07-24247-2/+2891
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | wait_tree: Include Midnight Blue dark themesGravatar Morph2020-07-201-1/+4
| * | | | | | | | | | qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1)Gravatar James Rowe2020-07-20246-1/+2887
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4334 from lat9nq/clear-per-game-settingsGravatar bunnei2020-07-2416-869/+1116
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | configure_graphics_advnaced: clang-format mk iiGravatar lat9nq2020-07-191-3/+3
| * | | | | | | | | | configure_graphics_advanced: Fix oversight from rebaseGravatar lat9nq2020-07-191-1/+1
| * | | | | | | | | | configuration_shared: Remove unused functionsGravatar lat9nq2020-07-192-18/+0
| * | | | | | | | | | configuration: Use forward declares and remove extraneous structsGravatar lat9nq2020-07-1910-63/+59
| * | | | | | | | | | configuration_shared: Make CheckState strongly typedGravatar lat9nq2020-07-192-24/+23
| * | | | | | | | | | clang-formatGravatar lat9nq2020-07-195-38/+32
| * | | | | | | | | | configuration_shared: Break up tracker structs to respective classesGravatar lat9nq2020-07-1912-49/+58
| * | | | | | | | | | configure_system: break instead of semicolonGravatar lat9nq2020-07-191-2/+4
| * | | | | | | | | | clang-formatGravatar lat9nq2020-07-193-8/+11
| * | | | | | | | | | configure_system: Highlight labels on startupGravatar lat9nq2020-07-191-0/+5
| * | | | | | | | | | configure_graphics: Fix layout in global configGravatar lat9nq2020-07-191-1/+1
| * | | | | | | | | | configure_per_game: Improve style consistencyGravatar lat9nq2020-07-193-54/+43
| * | | | | | | | | | configure_system: Implement highlighted overridesGravatar lat9nq2020-07-193-539/+544
| * | | | | | | | | | configuration_shared: Add default combobox setup functionGravatar lat9nq2020-07-193-21/+52
| * | | | | | | | | | configuration_shared: Use an int instead of a QStringGravatar lat9nq2020-07-194-22/+28
| * | | | | | | | | | configure_graphics_advanced: Implement highlighted overridesGravatar lat9nq2020-07-193-96/+146
| * | | | | | | | | | configuration_shared: Switch back to background colorsGravatar lat9nq2020-07-191-2/+2
| * | | | | | | | | | configuration_shared: Better use global textGravatar lat9nq2020-07-192-0/+15
| * | | | | | | | | | configure_audio: fix UI marginsGravatar lat9nq2020-07-191-1/+10
| * | | | | | | | | | configure_graphics: Implement highlighted overridesGravatar lat9nq2020-07-192-134/+200