summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-07-25network: Address review commentsFearlessTobi
2022-07-25network, yuzu: Make copyright headers SPDX-compliantFearlessTobi
2022-07-25network, yuzu: Improve variable naming and style consistencyFearlessTobi
2022-07-25yuzu_cmd: Fix compilationFearlessTobi
2022-07-25network: Move global state into a seperate classFearlessTobi
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-07-25common: multiplayer: Use GameInfo typegerman77
2022-07-25Address second part of review commentsFearlessTobi
2022-07-25Address first part of review commentsFearlessTobi
2022-07-25Fix compilation on linux gccFearlessTobi
2022-07-25web_service: Fix -Wmissing-field-initializersFearlessTobi
2022-07-25core: Fix -Wunused-variableFearlessTobi
2022-07-25common, core: fix -Wmissing-field-initializersFearlessTobi
2022-07-25yuzu: Hide multiplayer button and room statusFearlessTobi
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi
2022-07-25network: Add initial files and enet dependencyFearlessTobi
2022-07-25Merge pull request #8564 from lat9nq/dinner-forkbunnei
yuzu: Streamline broken Vulkan handling
2022-07-25Merge pull request #8549 from liamwhite/kscheduler-scMorph
kernel: use KScheduler from Mesosphere
2022-07-23yuzu: Add webcam support and rebase to latest masterNarr the Reg
2022-07-23service: irs: Move to IRS namespace and minor fixesgerman77
2022-07-23service: irs: Split processors and implement ImageTransferProcessorgerman77
2022-07-23core: hid: Add cammera supportgerman77
2022-07-23yuzu: Hook qt camera to camera drivergerman77
2022-07-23input_common: Add camera drivergerman77
2022-07-23Merge pull request #8545 from Kelebek1/Audioliamwhite
Project Andio
2022-07-22Merge pull request #8611 from liamwhite/fix-flatpak-crashbunnei
video_core: use correct byte size for framebuffer
2022-07-22ci,CMake: Drop Conan support for vcpkglat9nq
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.
2022-07-22Project AndioKelebek1
2022-07-21Merge pull request #8598 from Link4565/recv-dontwaitbunnei
Enable the use of MSG_DONTWAIT flag on RecvImpl
2022-07-19video_core: use correct byte size for framebufferLiam
2022-07-19Update configure_input.uiMatías Locatti
2022-07-17implement resume messageGus Caplan
2022-07-17Merge pull request #8569 from merryhime/watchpointsmerry
dynarmic: Abort watchpoints ASAP
2022-07-17Merge pull request #8508 from yuzu-emu/mc-speed-limitbunnei
hle: service: nvflinger: Factor speed limit into frame time calculation.
2022-07-17Merge pull request #8544 from german77/14dot0bunnei
service: Update some services to 14.0.0+
2022-07-16Merge pull request #8543 from BreadFish64/use_tsc_from_capsbunnei
common/x64: Use TSC clock rate from CPUID when available
2022-07-16hle: service: nvflinger: Fix implicit conversion.bunnei
2022-07-16yuzu: settings: Remove framerate cap and merge unlocked framerate setting.bunnei
- These were all somewhat redundant.
2022-07-16hle: service: nvflinger: Factor speed limit into frame time calculation.bunnei
- This allows the %-based "Limit Speed Percent" setting to work with MC emulation. - This is already supported for SC emulation.
2022-07-16Merge pull request #8593 from merryhime/ranged-setting-Tbunnei
common/setting: Make ranged a property of the type
2022-07-16Merge pull request #8594 from liamwhite/skip-wpbunnei
core/arm: skip watchpoint checks when reading instructions
2022-07-16Merge pull request #8511 from german77/hbmenubunnei
service: ptm: Add TS, nifm: Stub GetInternetConnectionStatus
2022-07-16Enable the use of MSG_DONTWAIT flag on RecvImplLink4565
2022-07-15Merge pull request #8560 from liamwhite/bitfield-may-aliasbunnei
common: fix bitfield aliasing on GCC/Clang
2022-07-15core/arm: skip watchpoint checks when reading instructionsLiam
2022-07-15common/setting: Make ranged a property of the typemerry
- Avoids new GCC 12 warnings when Type is of form std::optional<T> - Makes more sense this way, because ranged is not a property which would change over time
2022-07-15Merge pull request #8587 from merryhime/padding-unusedMorph
common_funcs: Mark padding as [[maybe_unused]]
2022-07-15Merge pull request #8588 from merryhime/IBinder-vdestructMorph
nvflinger: Polymorphic destructor requried for abstract class IBinder
2022-07-15KCodeMemory: Mark virtual methods as overrideMerry
2022-07-15common_funcs: Mark padding as [[maybe_unused]]Merry
2022-07-15nvflinger: Polymorphic destructor requried for abstract class IBinderMerry