15336 Commits (3b85ac2ac4d72ca4acf83ef9642b9a42e912993e)

Author SHA1 Message Date
bunnei 8fd921557f hle: kernel: KPriorityQueue: Various style fixes based on code review feedback. 5 years ago
bunnei 4d3be1816c hle: kernel: KAffinityMask: Various style fixes based on code review feedback. 5 years ago
bunnei 357d79fb6e hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback. 5 years ago
bunnei d2c0c94f0b common: BitSet: Various style fixes based on code review feedback. 5 years ago
bunnei b1326d9230 hle: kernel: Use C++ style comments in KScheduler, etc. 5 years ago
bunnei bc59ca92b6 kernel: KScopedSchedulerLockAndSleep: Remove unused ctor. 5 years ago
bunnei b9b7e4f915 kernel: time_manager: Add missing lock guards. 5 years ago
bunnei ccce6cb3be hle: kernel: Migrate to KScopedSchedulerLock. 5 years ago
bunnei 4756cb203e hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. 5 years ago
bunnei 8d3e06349e hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
bunnei 9e29e36a78 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 years ago
bunnei c10a37e5b6 hle: kernel: physical_core: Clear exclusive state after each run. 5 years ago
bunnei 7e5d0f1fe3 hle: kernel: Port KAbstractSchedulerLock from Mesosphere. 5 years ago
bunnei 39d356782e hle: kernel: svc: Remove reschedule on svcBreak. 5 years ago
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
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