16536 Commits (d58a609ae43d2a1db296e90cb87dcfa3e4d4e7f3)
 

Author SHA1 Message Date
bunnei d58a609ae4 hle: kernel: process: Add schedule count tracking, to be used for yield impl. 5 years ago
bunnei 493263f415 hle: kernel: svc: Remove unnecessary hack in svcSleep. 5 years ago
bunnei a3ccac3eb7 common: Port KPriorityQueue from Mesosphere. 5 years ago
bunnei 8dbfa4e1a4 common: Port BitSet from Mesosphere. 5 years ago
bunnei e18ee8d681 hle: kernel: Port KAffinityMask from Mesosphere. 5 years ago
Chloe f2f346e110
Merge pull request #5133 from lioncash/video-shadow2 5 years ago
Lioncash 414a87a4f4 video_core: Resolve more variable shadowing scenarios pt.2 5 years ago
bunnei e6a896c4bd
Merge pull request #5124 from lioncash/video-shadow 5 years ago
bunnei 63419e144f
Merge pull request #5127 from FearlessTobi/port-5617 5 years ago
LC 2a928d7492
Merge pull request #5130 from ogniK5377/sys-11.0.0 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
bunnei 1c8de85045
Merge pull request #5126 from lioncash/deprecated 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
bunnei fad38ec6e8
Merge pull request #5064 from lioncash/node-shadow 5 years ago
bunnei defa826c53
Merge pull request #5061 from lioncash/pessimizing 5 years ago
bunnei 69aaad9b96
Merge pull request #4996 from bunnei/use-4jits 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
bunnei 843ef8f2ec
Merge pull request #5059 from lioncash/mouse 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
bunnei 88089c8754
Merge pull request #5000 from lioncash/audio-error 5 years ago
Lioncash 1ea6bdef05 audio_core: Make shadowing and unused parameters errors 5 years ago
bunnei 9abb23cd27
Merge pull request #5002 from ameerj/nvdec-frameskip 5 years ago
bunnei 25f650e075
Merge pull request #4937 from german77/multiUDP 5 years ago
LC d39dfdf45c
Merge pull request #5047 from german77/MouseInput 5 years ago
german ece0ae2bfb Fix implicit conversion in mouse input 5 years ago
bunnei 7b4a213603
Merge pull request #5013 from ReinUsesLisp/vk-early-z 5 years ago
Ameer J 44f7067cab
Merge pull request #5045 from lat9nq/disable-applet 5 years ago
lat9nq 756225c8ff Disable web applet and warning when compiling for Linux on CI 5 years ago
bunnei 7bc3e80399
Merge pull request #4939 from german77/MouseInput 5 years ago
bunnei 63b3b25715
Merge pull request #5005 from ReinUsesLisp/div-ceil 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
bunnei 6750b4d3af
Merge pull request #4998 from Morph1984/bioshock-patch 5 years ago
Morph 6314ed5de0
Merge pull request #5034 from german77/communicationModeFix 5 years ago