summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge pull request #8549 from liamwhite/kscheduler-scGravatar Morph2022-07-2513-602/+605
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | kernel: Ensure all uses of disable_count are balancedGravatar Liam2022-07-143-10/+21
| * | | | kernel: be more careful about initialization path for HLE threadsGravatar Liam2022-07-142-1/+8
| * | | | kernel: fix single-core preemption pointsGravatar Liam2022-07-146-40/+28
| * | | | kernel: fix issues with single core modeGravatar Liam2022-07-149-189/+225
| * | | | kernel: use KScheduler from mesosphereGravatar Liam2022-07-1412-602/+563
* | | | | yuzu: Add webcam support and rebase to latest masterGravatar Narr the Reg2022-07-238-16/+43
* | | | | service: irs: Move to IRS namespace and minor fixesGravatar german772022-07-2319-76/+70
* | | | | service: irs: Split processors and implement ImageTransferProcessorGravatar german772022-07-2318-291/+1091
* | | | | core: hid: Add cammera supportGravatar german772022-07-236-3/+423
* | | | | yuzu: Hook qt camera to camera driverGravatar german772022-07-2313-1/+481
* | | | | input_common: Add camera driverGravatar german772022-07-2311-5/+298
| |_|/ / |/| | |