16693 Commits (dbfc54519a19b1185c7620861e8e56615cf8fc7c)
 

Author SHA1 Message Date
Lioncash 0e7ead8b49 shader_ir: std::move node within DeclareAmend() 5 years ago
Lioncash ea0e85b869 video_core: Remove unnecessary enum class casting in logging messages 5 years ago
LC 7694cb9154 Merge pull request #5147 from comex/xx-purevirt 5 years ago
LC 5afcc5fb3d Merge pull request #5150 from comex/xx-boxcat 5 years ago
LC f2ca2f4412 Merge pull request #5152 from comex/xx-override 5 years ago
LC 60ba2d11df Merge pull request #5136 from lioncash/video-shadow3 5 years ago
Lioncash a006a490f5 maxwell_3d: Move member variables to end of class 5 years ago
Lioncash 121f585d17 maxwell_3d: Resolve -Wdocumentation warning 5 years ago
Lioncash 05038223a7 maxwell_3d: Remove unused dirty_pointer array 5 years ago
comex 14f8c5e6fe configure_motion_touch: Fix unescaped backslash in regex 5 years ago
comex f5937952aa network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` 5 years ago
LC 7aa6cf6b41 Merge pull request #5155 from comex/xx-default 5 years ago
comex 086238f1ac Fix "explicitly defaulted but implicitly deleted" warning 5 years ago
comex 63994da5c3 hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp 5 years ago
comex 3c7962df41 CMakeLists,network: Create YUZU_UNIX macro to replace __unix__ 5 years ago
comex 2451a59949 renderer_vulkan: Add missing `override` specifier 5 years ago
comex ef14bbc69d map_interval: Change field order to address uninitialized field warning 5 years ago
comex cf99d67e66 core: Mark unused fields as [[maybe_unused]] 5 years ago
comex 8e924224df boxcat: Avoid unnecessary object copy 5 years ago
LC 03aee5c798 Merge pull request #5146 from comex/xx-num 5 years ago
comex e250594b6e nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass 5 years ago
comex 38f4b34610 video_core: Adjust `NUM` macro to avoid Clang warning 5 years ago
Rodrigo Locatti 722001f513 Merge pull request #5143 from comex/xx-users-size 5 years ago
Rodrigo Locatti 216928a60b Merge pull request #5141 from comex/xx-true-false 5 years ago
bunnei ee884dbd69 Merge pull request #5140 from FearlessTobi/port-5577 5 years ago
bunnei dbacf065f4 Merge pull request #5132 from lioncash/xbyak-abi 5 years ago
bunnei d6bb5cf7c7 Merge pull request #5139 from lioncash/deprecated-qt 5 years ago
bunnei 144e143a40 hle: kernel: Process: Various style fixes based on code review feedback. 5 years ago
bunnei cf7a66a3cc core: cpu_manager: Fix a typo in PreemptSingleCore, which broke many games. 5 years ago
bunnei 37b1919b4d hle: kernel: Thread: Various style fixes based on code review feedback. 5 years ago
bunnei f83f0ef61b hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code review feedback. 5 years ago
bunnei 85c01ee860 hle: kernel: KScopedLock: Various style fixes based on code review feedback. 5 years ago
bunnei e3e254b713 hle: kernel: KAbstractSchedulerLock: Various style fixes based on code review feedback. 5 years ago
bunnei 2033f0a1a3 hle: kernel: KScheduler: Various style fixes based on code review feedback. 5 years ago
bunnei dfacfa12d3 hle: kernel: KPriorityQueue: Various style fixes based on code review feedback. 5 years ago
bunnei 266d16c350 hle: kernel: KAffinityMask: Various style fixes based on code review feedback. 5 years ago
bunnei ddaecce2f5 hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback. 5 years ago
bunnei 4617be5b35 common: BitSet: Various style fixes based on code review feedback. 5 years ago
bunnei ea30e22ef1 hle: kernel: Use C++ style comments in KScheduler, etc. 5 years ago
bunnei c3c09d9a35 kernel: KScopedSchedulerLockAndSleep: Remove unused ctor. 5 years ago
bunnei 31243d2b7a kernel: time_manager: Add missing lock guards. 5 years ago
bunnei de522657dd hle: kernel: Migrate to KScopedSchedulerLock. 5 years ago
bunnei 61e017a026 hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. 5 years ago
bunnei 4f16c961c9 hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
bunnei 039844bbb9 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 years ago
bunnei abc079aca1 hle: kernel: physical_core: Clear exclusive state after each run. 5 years ago
bunnei 1ffab4019b hle: kernel: Port KAbstractSchedulerLock from Mesosphere. 5 years ago
bunnei 0c9f4d749c hle: kernel: svc: Remove reschedule on svcBreak. 5 years ago
bunnei cd66ac3af5 hle: kernel: process: Add schedule count tracking, to be used for yield impl. 5 years ago
bunnei 5f00b01a5d hle: kernel: svc: Remove unnecessary hack in svcSleep. 5 years ago