summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8678 from liamwhite/stop-waitingGravatar bunnei2022-07-312-2/+2
|\
| * video_core: stop waiting for shader compilation on user cancelGravatar Liam2022-07-292-2/+2
* | Merge pull request #8622 from liamwhite/progressGravatar bunnei2022-07-311-0/+4
|\ \
| * | qt: reset progress bar after shader compilationGravatar Liam2022-07-241-0/+4
* | | Properly write out the command buffer when serving close requestGravatar Nikita Strygin2022-07-311-2/+5
* | | Merge pull request #8684 from liamwhite/delete-shaderGravatar Morph2022-07-301-0/+1
|\ \ \
| * | | renderer_opengl: delete shader source after linkingGravatar Liam2022-07-301-0/+1
| | |/ | |/|
* | | Merge pull request #8664 from liamwhite/monkey-compiler-v12-1Gravatar Morph2022-07-301-1/+1
|\ \ \
| * | | common: move forwarded value into SPSCQueueGravatar Liam2022-07-291-1/+1
* | | | audio_core: fix -Wuninitialized when compiling with ASanGravatar Liam2022-07-291-4/+4
| |/ / |/| |
* | | Merge pull request #8656 from german77/audio-stepGravatar bunnei2022-07-281-2/+16
|\ \ \
| * | | yuzu: Add incremental steps to volume hotkeysGravatar Narr the Reg2022-07-271-2/+16
| | |/ | |/|
* | | Merge pull request #8657 from Kelebek1/depopGravatar liamwhite2022-07-282-2/+2
|\ \ \ | |_|/ |/| |
| * | Avoid depop out of boundsGravatar Kelebek12022-07-272-2/+2
* | | Revert Coretiming PRs 8531 and 7454 (#8591)Gravatar Maide2022-07-275-118/+69
* | | implement pause on system suspend (#8585)Gravatar snek2022-07-272-1/+43
|/ /
* | Merge pull request #8542 from Morph1984/gpu-use-old-qGravatar liamwhite2022-07-272-4/+3
|\ \
| * | gpu_thread: Use the previous MPSCQueue implementationGravatar Morph2022-07-062-4/+3
* | | Merge pull request #8636 from german77/irs_cluster_releaseGravatar liamwhite2022-07-276-7/+323
|\ \ \
| * | | Address commentsGravatar Narr the Reg2022-07-252-17/+18
| * | | fix compiler errorsGravatar german772022-07-242-12/+14
| * | | service: irs: Implement clustering processorGravatar german772022-07-246-7/+320
| | |/ | |/|
* | | Merge pull request #8633 from Morph1984/optional-keysGravatar liamwhite2022-07-275-4/+81
|\ \ \
| * | | qt_software_keyboard: Fix infinite loop when moving between buttonsGravatar Morph2022-07-241-0/+14
| * | | applet/swkbd: Implement optional symbol keysGravatar Morph2022-07-245-4/+67
* | | | Merge pull request #8592 from devsnek/sig-handlersGravatar snek2022-07-272-0/+71
* | | | chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-27180-487/+390
* | | | network: Address review commentsGravatar FearlessTobi2022-07-255-199/+203
* | | | network, yuzu: Make copyright headers SPDX-compliantGravatar FearlessTobi2022-07-2537-111/+74
* | | | network, yuzu: Improve variable naming and style consistencyGravatar FearlessTobi2022-07-2514-47/+53
* | | | yuzu_cmd: Fix compilationGravatar FearlessTobi2022-07-252-13/+1
* | | | network: Move global state into a seperate classGravatar FearlessTobi2022-07-2521-96/+150
* | | | common: multiplayer: Use GameInfo typeGravatar german772022-07-2511-62/+60
* | | | Address second part of review commentsGravatar FearlessTobi2022-07-259-103/+92
* | | | Address first part of review commentsGravatar FearlessTobi2022-07-2514-133/+231
* | | | Fix compilation on linux gccGravatar FearlessTobi2022-07-256-31/+32
* | | | web_service: Fix -Wmissing-field-initializersGravatar FearlessTobi2022-07-251-1/+1
* | | | core: Fix -Wunused-variableGravatar FearlessTobi2022-07-251-1/+3
* | | | common, core: fix -Wmissing-field-initializersGravatar FearlessTobi2022-07-252-5/+5
* | | | yuzu: Hide multiplayer button and room statusGravatar FearlessTobi2022-07-252-16/+3
* | | | yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi2022-07-2567-49/+4499
* | | | network: Add initial files and enet dependencyGravatar FearlessTobi2022-07-2512-0/+2890
* | | | Merge pull request #8564 from lat9nq/dinner-forkGravatar bunnei2022-07-2512-124/+181
|\ \ \ \
| * | | | startup_checks: Use WaitForSingleObject and more cleanupGravatar lat9nq2022-07-121-6/+9
| * | | | startup_checks: Use GetEnvironmentVariableAGravatar lat9nq2022-07-101-4/+3
| * | | | startup_checks: Clean upGravatar lat9nq2022-07-101-9/+6
| * | | | startup_checks: Implement unix side codeGravatar lat9nq2022-07-102-17/+48
| * | | | yuzu: Simplify broken Vulkan handlingGravatar lat9nq2022-07-109-115/+65
| * | | | yuzu: Check Vulkan on startup with a childGravatar lat9nq2022-07-103-1/+78
| * | | | yuzu: Rename check_vulkan to startup_checksGravatar lat9nq2022-07-104-3/+3