Commit Graph

19216 Commits (7c63f926ab590d0e3ddf54a1a4fc72238af6ac24)

Author SHA1 Message Date
FearlessTobi a41baaa181 network: Address review comments 3 years ago
FearlessTobi 61ce57b524 network, yuzu: Make copyright headers SPDX-compliant 3 years ago
FearlessTobi 6a2dcc8b3d network, yuzu: Improve variable naming and style consistency 3 years ago
FearlessTobi 6b5667dfa5 yuzu_cmd: Fix compilation 3 years ago
FearlessTobi 7d82e57b91 network: Move global state into a seperate class
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
3 years ago
german77 899c8bb330 common: multiplayer: Use GameInfo type 3 years ago
FearlessTobi 4b404191cf Address second part of review comments 3 years ago
FearlessTobi 6c8e456185 Address first part of review comments 3 years ago
FearlessTobi ec407bd3f1 Fix compilation on linux gcc 3 years ago
FearlessTobi ee5cb9c7b9 web_service: Fix -Wmissing-field-initializers 3 years ago
FearlessTobi 7fbd2916a1 core: Fix -Wunused-variable 3 years ago
FearlessTobi 7c3d241f0d common, core: fix -Wmissing-field-initializers 3 years ago
FearlessTobi 1b36542be2 yuzu: Hide multiplayer button and room status 3 years ago
FearlessTobi 705f7db84d yuzu: Add ui files for multiplayer rooms 3 years ago
FearlessTobi dcfe0a5feb network: Add initial files and enet dependency 3 years ago
bunnei 1bcde9dd98
Merge pull request #8564 from lat9nq/dinner-fork
yuzu: Streamline broken Vulkan handling
3 years ago
Morph 591d1f1b09
Merge pull request #8549 from liamwhite/kscheduler-sc
kernel: use KScheduler from Mesosphere
3 years ago
Narr the Reg 403bdc4daf yuzu: Add webcam support and rebase to latest master 3 years ago
german77 097785e19e service: irs: Move to IRS namespace and minor fixes 3 years ago
german77 4539700595 service: irs: Split processors and implement ImageTransferProcessor 3 years ago
german77 57311b2c8b core: hid: Add cammera support 3 years ago
german77 cc83e0a600 yuzu: Hook qt camera to camera driver 3 years ago
german77 f19e7be6e8 input_common: Add camera driver 3 years ago
liamwhite 97729fd8e9
Merge pull request #8545 from Kelebek1/Audio
Project Andio
3 years ago
bunnei d60b0e8655
Merge pull request #8611 from liamwhite/fix-flatpak-crash
video_core: use correct byte size for framebuffer
3 years ago
lat9nq 4b93ea59db ci,CMake: Drop Conan support for vcpkg
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.
3 years ago
Kelebek1 458da8a948 Project Andio 3 years ago
bunnei 6e36f4d230
Merge pull request #8598 from Link4565/recv-dontwait
Enable the use of MSG_DONTWAIT flag on RecvImpl
3 years ago
Liam 382b41b18f video_core: use correct byte size for framebuffer 3 years ago
Matías Locatti 6f9bfb10d3
Update configure_input.ui 3 years ago
Gus Caplan 742f67908c
implement resume message 3 years ago
merry 09300abe92
Merge pull request #8569 from merryhime/watchpoints
dynarmic: Abort watchpoints ASAP
3 years ago
bunnei ba8ea95624
Merge pull request #8508 from yuzu-emu/mc-speed-limit
hle: service: nvflinger: Factor speed limit into frame time calculation.
3 years ago
bunnei a5bdf824e6
Merge pull request #8544 from german77/14dot0
service: Update some services to 14.0.0+
3 years ago
bunnei 8ca8281f4f
Merge pull request #8543 from BreadFish64/use_tsc_from_caps
common/x64: Use TSC clock rate from CPUID when available
3 years ago
bunnei 6d160873c4 hle: service: nvflinger: Fix implicit conversion. 3 years ago
bunnei 02282477e7 yuzu: settings: Remove framerate cap and merge unlocked framerate setting.
- These were all somewhat redundant.
3 years ago
bunnei f8aaa59990 hle: service: nvflinger: Factor speed limit into frame time calculation.
- This allows the %-based "Limit Speed Percent" setting to work with MC emulation.
- This is already supported for SC emulation.
3 years ago
bunnei 7d66f8339e
Merge pull request #8593 from merryhime/ranged-setting-T
common/setting: Make ranged a property of the type
3 years ago
bunnei b8813edc51
Merge pull request #8594 from liamwhite/skip-wp
core/arm: skip watchpoint checks when reading instructions
3 years ago
bunnei 87bb44830b
Merge pull request #8511 from german77/hbmenu
service: ptm: Add TS, nifm: Stub GetInternetConnectionStatus
3 years ago
Link4565 912cae21b0 Enable the use of MSG_DONTWAIT flag on RecvImpl 3 years ago
bunnei 93a4ca11fa
Merge pull request #8560 from liamwhite/bitfield-may-alias
common: fix bitfield aliasing on GCC/Clang
3 years ago
Liam a9a9999efd core/arm: skip watchpoint checks when reading instructions 3 years ago
merry 99fbdaf75b common/setting: Make ranged a property of the type
- 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
3 years ago
Morph d2c0b45bca
Merge pull request #8587 from merryhime/padding-unused
common_funcs: Mark padding as [[maybe_unused]]
3 years ago
Morph 8266f63130
Merge pull request #8588 from merryhime/IBinder-vdestruct
nvflinger: Polymorphic destructor requried for abstract class IBinder
3 years ago
Merry a1d2fb314e KCodeMemory: Mark virtual methods as override 3 years ago
Merry 914ead075e common_funcs: Mark padding as [[maybe_unused]] 3 years ago
Merry 30b23fb7b8 nvflinger: Polymorphic destructor requried for abstract class IBinder 3 years ago