| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | network, yuzu: Improve variable naming and style consistency | 2022-07-25 | 14 | -47/+53 | |
| | | |||||
| * | yuzu_cmd: Fix compilation | 2022-07-25 | 2 | -13/+1 | |
| | | |||||
| * | network: Move global state into a seperate class | 2022-07-25 | 21 | -96/+150 | |
| | | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | ||||
| * | common: multiplayer: Use GameInfo type | 2022-07-25 | 11 | -62/+60 | |
| | | |||||
| * | Address second part of review comments | 2022-07-25 | 9 | -103/+92 | |
| | | |||||
| * | Address first part of review comments | 2022-07-25 | 14 | -133/+231 | |
| | | |||||
| * | Fix compilation on linux gcc | 2022-07-25 | 6 | -31/+32 | |
| | | |||||
| * | web_service: Fix -Wmissing-field-initializers | 2022-07-25 | 1 | -1/+1 | |
| | | |||||
| * | core: Fix -Wunused-variable | 2022-07-25 | 1 | -1/+3 | |
| | | |||||
| * | common, core: fix -Wmissing-field-initializers | 2022-07-25 | 2 | -5/+5 | |
| | | |||||
| * | yuzu: Hide multiplayer button and room status | 2022-07-25 | 2 | -16/+3 | |
| | | |||||
| * | yuzu: Add ui files for multiplayer rooms | 2022-07-25 | 67 | -49/+4499 | |
| | | |||||
| * | network: Add initial files and enet dependency | 2022-07-25 | 12 | -0/+2890 | |
| | | |||||
| * | Merge pull request #8564 from lat9nq/dinner-fork | 2022-07-25 | 12 | -124/+181 | |
| |\ | | | | | yuzu: Streamline broken Vulkan handling | ||||
| | * | startup_checks: Use WaitForSingleObject and more cleanup | 2022-07-12 | 1 | -6/+9 | |
| | | | |||||
| | * | startup_checks: Use GetEnvironmentVariableA | 2022-07-10 | 1 | -4/+3 | |
| | | | | | | | | | Solves MSVC compile error. Also drops need string use for comparison. | ||||
| | * | startup_checks: Clean up | 2022-07-10 | 1 | -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 code | 2022-07-10 | 2 | -17/+48 | |
| | | | | | | | | | Wow fork() is nice, isn't it? | ||||
| | * | yuzu: Simplify broken Vulkan handling | 2022-07-10 | 9 | -115/+65 | |
| | | | |||||
| | * | yuzu: Check Vulkan on startup with a child | 2022-07-10 | 3 | -1/+78 | |
| | | | |||||
| | * | yuzu: Rename check_vulkan to startup_checks | 2022-07-10 | 4 | -3/+3 | |
| | | | |||||
| * | | Merge pull request #8549 from liamwhite/kscheduler-sc | 2022-07-25 | 13 | -602/+605 | |
| |\ \ | | | | | | | kernel: use KScheduler from Mesosphere | ||||
| | * | | kernel: Ensure all uses of disable_count are balanced | 2022-07-14 | 3 | -10/+21 | |
| | | | | |||||
| | * | | kernel: be more careful about initialization path for HLE threads | 2022-07-14 | 2 | -1/+8 | |
| | | | | |||||
| | * | | kernel: fix single-core preemption points | 2022-07-14 | 6 | -40/+28 | |
| | | | | |||||
| | * | | kernel: fix issues with single core mode | 2022-07-14 | 9 | -189/+225 | |
| | | | | |||||
| | * | | kernel: use KScheduler from mesosphere | 2022-07-14 | 12 | -602/+563 | |
| | | | | |||||
| * | | | yuzu: Add webcam support and rebase to latest master | 2022-07-23 | 8 | -16/+43 | |
| | | | | |||||
| * | | | service: irs: Move to IRS namespace and minor fixes | 2022-07-23 | 19 | -76/+70 | |
| | | | | |||||
| * | | | service: irs: Split processors and implement ImageTransferProcessor | 2022-07-23 | 18 | -291/+1091 | |
| | | | | |||||
| * | | | core: hid: Add cammera support | 2022-07-23 | 6 | -3/+423 | |
| | | | | |||||
| * | | | yuzu: Hook qt camera to camera driver | 2022-07-23 | 13 | -1/+481 | |
| | | | | |||||
| * | | | input_common: Add camera driver | 2022-07-23 | 11 | -5/+298 | |
| | | | | |||||
| * | | | Merge pull request #8545 from Kelebek1/Audio | 2022-07-23 | 269 | -8436/+33703 | |
| |\ \ \ | | | | | | | | | Project Andio | ||||
| | * | | | Project Andio | 2022-07-22 | 269 | -8436/+33703 | |
| | | | | | |||||
| * | | | | Merge pull request #8611 from liamwhite/fix-flatpak-crash | 2022-07-22 | 1 | -5/+8 | |
| |\ \ \ \ | | | | | | | | | | | video_core: use correct byte size for framebuffer | ||||
| | * | | | | video_core: use correct byte size for framebuffer | 2022-07-19 | 1 | -5/+8 | |
| | | | | | | |||||
| * | | | | | ci,CMake: Drop Conan support for vcpkg | 2022-07-22 | 1 | -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-dontwait | 2022-07-21 | 1 | -1/+19 | |
| |\ \ \ \ | | | | | | | | | | | Enable the use of MSG_DONTWAIT flag on RecvImpl | ||||
| | * | | | | Enable the use of MSG_DONTWAIT flag on RecvImpl | 2022-07-16 | 1 | -1/+19 | |
| | | | | | | |||||
| * | | | | | Update configure_input.ui | 2022-07-19 | 1 | -1/+1 | |
| | | | | | | |||||
| * | | | | | implement resume message | 2022-07-17 | 4 | -0/+23 | |
| | |/ / / |/| | | | |||||
| * | | | | Merge pull request #8569 from merryhime/watchpoints | 2022-07-17 | 4 | -8/+3 | |
| |\ \ \ \ | | | | | | | | | | | dynarmic: Abort watchpoints ASAP | ||||
| | * | | | | dynarmic: Abort watchpoints ASAP | 2022-07-15 | 4 | -8/+3 | |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #8508 from yuzu-emu/mc-speed-limit | 2022-07-17 | 10 | -130/+20 | |
| |\ \ \ \ | | | | | | | | | | | hle: service: nvflinger: Factor speed limit into frame time calculation. | ||||
| | * | | | | hle: service: nvflinger: Fix implicit conversion. | 2022-07-16 | 1 | -1/+4 | |
| | | | | | | |||||
| | * | | | | yuzu: settings: Remove framerate cap and merge unlocked framerate setting. | 2022-07-16 | 10 | -135/+15 | |
| | | | | | | | | | | | | | | | | | | | | | - These were all somewhat redundant. | ||||
| | * | | | | hle: service: nvflinger: Factor speed limit into frame time calculation. | 2022-07-16 | 1 | -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/14dot0 | 2022-07-17 | 8 | -29/+45 | |
| |\ \ \ \ \ | | | | | | | | | | | | | service: Update some services to 14.0.0+ | ||||
| | * | | | | | service: fatal: Add function table | 2022-07-14 | 1 | -1/+7 | |
| | | | | | | | |||||