summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
* 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
|\ | | | | yuzu: Streamline broken Vulkan handling
| * startup_checks: Use WaitForSingleObject and more cleanupGravatar lat9nq2022-07-121-6/+9
| |
| * startup_checks: Use GetEnvironmentVariableAGravatar lat9nq2022-07-101-4/+3
| | | | | | | | Solves MSVC compile error. Also drops need string use for comparison.
| * startup_checks: Clean upGravatar lat9nq2022-07-101-9/+6
| | | | | | | | | | Adds some comments, removes unused includes, and removes last bits of logging since this is before the logging backend starts up.
| * startup_checks: Implement unix side codeGravatar lat9nq2022-07-102-17/+48
| | | | | | | | Wow fork() is nice, isn't it?
| * 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: use KScheduler from Mesosphere
| * | 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
| | |
* | | Merge pull request #8545 from Kelebek1/AudioGravatar liamwhite2022-07-23269-8436/+33703
|\ \ \ | | | | | | | | Project Andio
| * | | Project AndioGravatar Kelebek12022-07-22269-8436/+33703
| | | |
* | | | Merge pull request #8611 from liamwhite/fix-flatpak-crashGravatar bunnei2022-07-221-5/+8
|\ \ \ \ | | | | | | | | | | video_core: use correct byte size for framebuffer
| * | | | video_core: use correct byte size for framebufferGravatar Liam2022-07-191-5/+8
| | | | |
* | | | | ci,CMake: Drop Conan support for vcpkgGravatar lat9nq2022-07-221-2/+3
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Between packages breaking, Conan always being a moving target for minimum required CMake support, and now their moves to Conan 2.0 causing existing packages to break, I suppose this was a long time coming. vcpkg isn't without its drawbacks, but at the moment it seems easier on the project to use for external packages. Mostly removes the logic for Conan from the root CMakeLists file, leaving basic find_package()'s in its place. Sets only the find_package()'s that require CONFIG mode as necessary. clang and linux CI now use the vcpkg toolchain file configured in the Docker container when possible. mingw CI turns off YUZU_TESTS because there's no way on the container to run Windows executables on a Linux host anyway, and it's not easy to get Catch2 there.
* | | | Merge pull request #8598 from Link4565/recv-dontwaitGravatar bunnei2022-07-211-1/+19
|\ \ \ \ | | | | | | | | | | Enable the use of MSG_DONTWAIT flag on RecvImpl
| * | | | Enable the use of MSG_DONTWAIT flag on RecvImplGravatar Link45652022-07-161-1/+19
| | | | |
* | | | | Update configure_input.uiGravatar Matías Locatti2022-07-191-1/+1
| | | | |
* | | | | implement resume messageGravatar Gus Caplan2022-07-174-0/+23
| |/ / / |/| | |
* | | | Merge pull request #8569 from merryhime/watchpointsGravatar merry2022-07-174-8/+3
|\ \ \ \ | | | | | | | | | | dynarmic: Abort watchpoints ASAP
| * | | | dynarmic: Abort watchpoints ASAPGravatar Merry2022-07-154-8/+3
| | |/ / | |/| |
* | | | Merge pull request #8508 from yuzu-emu/mc-speed-limitGravatar bunnei2022-07-1710-130/+20
|\ \ \ \ | | | | | | | | | | hle: service: nvflinger: Factor speed limit into frame time calculation.
| * | | | hle: service: nvflinger: Fix implicit conversion.Gravatar bunnei2022-07-161-1/+4
| | | | |
| * | | | yuzu: settings: Remove framerate cap and merge unlocked framerate setting.Gravatar bunnei2022-07-1610-135/+15
| | | | | | | | | | | | | | | | | | | | - These were all somewhat redundant.
| * | | | hle: service: nvflinger: Factor speed limit into frame time calculation.Gravatar bunnei2022-07-161-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | - This allows the %-based "Limit Speed Percent" setting to work with MC emulation. - This is already supported for SC emulation.
* | | | | Merge pull request #8544 from german77/14dot0Gravatar bunnei2022-07-178-29/+45
|\ \ \ \ \ | | | | | | | | | | | | service: Update some services to 14.0.0+
| * | | | | service: fatal: Add function tableGravatar german772022-07-141-1/+7
| | | | | |