14663 Commits (93cb7838539075f0d94cb08a65a25b0c05589d7d)

Author SHA1 Message Date
Lioncash bcc5c4403a maxwell_3d: Remove unused dirty_pointer array 5 years ago
comex 2dce2be138 configure_motion_touch: Fix unescaped backslash in regex 5 years ago
comex 0791082b43 network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` 5 years ago
comex e31cb50405 Fix "explicitly defaulted but implicitly deleted" warning 5 years ago
comex 3373149fdc hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp 5 years ago
comex 0e122c13ad CMakeLists,network: Create YUZU_UNIX macro to replace __unix__ 5 years ago
comex eea5122d1b renderer_vulkan: Add missing `override` specifier 5 years ago
comex b8fbf6969c map_interval: Change field order to address uninitialized field warning 5 years ago
comex feac654ba0 core: Mark unused fields as [[maybe_unused]] 5 years ago
comex 5cb1a343d1 boxcat: Avoid unnecessary object copy 5 years ago
comex 716ae72aac nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass 5 years ago
comex d637114c17 video_core: Adjust `NUM` macro to avoid Clang warning 5 years ago
comex a6e6cd5788 maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflict 5 years ago
comex 9dc69fa07c yuzu_cmd: Remove 'users_size' 5 years ago
Vitor Kiguchi a1e7360273 Update cubeb and request a persistent stream session 5 years ago
Lioncash f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
Lioncash c277d7d171 game_list_p: Resolve deprecated usage of QVariant operator< 5 years ago
Morph f6d4a289d5 applets: Resolve variable shadowing 5 years ago
Lioncash 414a87a4f4 video_core: Resolve more variable shadowing scenarios pt.2 5 years ago
Lioncash 2c375013dd xbyak_abi: Shorten std::size_t to size_t 5 years ago
Lioncash b126267442 xbyak_abi: Avoid implicit sign conversions 5 years ago
Chloe Marcec 7fbeb489d3 system_version: Update to 11.0.0 5 years ago
FearlessTobi 37d672bf08 Fix telemetry-related exit crash from use-after-free 5 years ago
Lioncash 94af77aa7c codec: Remove deprecated usage of AVCodecContext::refcounted_frames 5 years ago
Lioncash 677a8b208d video_core: Resolve more variable shadowing scenarios 5 years ago
Morph c2f83c04cb nim: Stub IsLargeResourceAvailable 5 years ago
Lioncash edd8208779 node: Mark member functions as [[nodiscard]] where applicable 5 years ago
Lioncash 7cf34c3637 node: Eliminate variable shadowing 5 years ago
Lioncash cf9767c608 vp9/vic: Resolve pessimizing moves 5 years ago
Lioncash 424bffcd3f mouse_poller: Remove unused includes 5 years ago
Lioncash 16aadcc354 mouse_input: Invert conditional in UpdateYuzuSettings() 5 years ago
Lioncash 395997178b mouse_input: Remove two casts and amend some formatting 5 years ago
Lioncash 5842a767a9 mouse_input: Resolve a -Wdocumentation warning 5 years ago
Lioncash 774d7eab64 mouse_input: Remove unused includes 5 years ago
Lioncash 1ea6bdef05 audio_core: Make shadowing and unused parameters errors 5 years ago
german ece0ae2bfb Fix implicit conversion in mouse input 5 years ago
lat9nq 756225c8ff Disable web applet and warning when compiling for Linux on CI 5 years ago
bunnei 4b9e1b6586 kernel: scheduler: Minor cleanup to remove duplicated code. 5 years ago
bunnei b7ef581c6e kernel: time_manager: Protect access with a mutex. 5 years ago
bunnei 24cae76d16 common: fiber: Use VirtualBuffer for stack memory. 5 years ago
bunnei c2ad1243ba hle: kernel: thread: Remove unused "Running" state. 5 years ago
bunnei 63fd1bb503 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 years ago
bunnei c0870315fd hle: kernel: time_manager: Avoid a crash on process exit. 5 years ago
bunnei 9705f651b2 hle: kernel: AddressArbiter: Remove unused code. 5 years ago
bunnei 9423347c1b hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled. 5 years ago
bunnei c042a89113 common: fiber: Use boost::context instead of native fibers on Windows. 5 years ago
bunnei 7b642c7781 hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 5 years ago
german 4eb7327559 Add missing types to NpadCommunicationMode 5 years ago
Chloe Marcec d7019d8307 audio_core: Remove temp_mix_buffer 5 years ago
comex 32f3b6b865 CMakeLists: disable -Winvalid-offsetof 5 years ago