7432 Commits (b3f4052033ab57694ca60bccf24938dd2ea4e64c)

Author SHA1 Message Date
Morph a367dc5be0 applets/web: Implement the default web browser applet frontend 6 years ago
Morph 312d05c3ff applets/web: Implement the offline browser applet backend 6 years ago
Morph c3371126a0 applets/web: Initial implementation of the web browser applet 6 years ago
Morph 7da1c67f5a applets: Remove the previous web browser applet implementation 6 years ago
ameerj 0bdbc27d82 buffer_queue: better use of std::array 5 years ago
ameerj ad6bf1246c Overwrite slots instead of queuing them, add disconnect signal 5 years ago
Morph 63115659b0 controllers/npad: Validate device handles before use 5 years ago
Lioncash a4f07e1cc4 svc: Remove unnecessary casts 5 years ago
Morph bd11a640d0 IPurchaseEventManager: Implement GetPurchasedEventReadableHandle 5 years ago
Morph e6f78dd3f0 IPurchaseEventManager: Stub Set(Default)DeliveryTarget 5 years ago
Morph 6327da2213 aoc_u: Stub Create(Permanent)EcPurchasedEventManager 5 years ago
Morph 419996f5db fsp_srv: Implement OpenDataStorageWithProgramIndex 6 years ago
Morph f30f97994b file_sys: Consolidate common Title ID operations 6 years ago
Lioncash 8f135703dc core: Remove unnecessary enum casts in log calls 5 years ago
Lioncash fb0e41b085 controller: Use std::move within ConvertToFrontendParameters() 5 years ago
Lioncash b3a31de3b9 controller: Avoid unnecessary copies in ConfigurationComplete() 5 years ago
comex f5937952aa network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` 6 years ago
comex 086238f1ac Fix "explicitly defaulted but implicitly deleted" warning 6 years ago
comex 63994da5c3 hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp 6 years ago
comex cf99d67e66 core: Mark unused fields as [[maybe_unused]] 6 years ago
comex 8e924224df boxcat: Avoid unnecessary object copy 6 years ago
comex e250594b6e nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass 6 years ago
bunnei 144e143a40 hle: kernel: Process: Various style fixes based on code review feedback. 6 years ago
bunnei 37b1919b4d hle: kernel: Thread: Various style fixes based on code review feedback. 6 years ago
bunnei f83f0ef61b hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code review feedback. 6 years ago
bunnei 85c01ee860 hle: kernel: KScopedLock: Various style fixes based on code review feedback. 6 years ago
bunnei e3e254b713 hle: kernel: KAbstractSchedulerLock: Various style fixes based on code review feedback. 6 years ago
bunnei 2033f0a1a3 hle: kernel: KScheduler: Various style fixes based on code review feedback. 6 years ago
bunnei dfacfa12d3 hle: kernel: KPriorityQueue: Various style fixes based on code review feedback. 6 years ago
bunnei 266d16c350 hle: kernel: KAffinityMask: Various style fixes based on code review feedback. 6 years ago
bunnei ddaecce2f5 hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback. 6 years ago
bunnei ea30e22ef1 hle: kernel: Use C++ style comments in KScheduler, etc. 6 years ago
bunnei c3c09d9a35 kernel: KScopedSchedulerLockAndSleep: Remove unused ctor. 6 years ago
bunnei 31243d2b7a kernel: time_manager: Add missing lock guards. 6 years ago
bunnei de522657dd hle: kernel: Migrate to KScopedSchedulerLock. 6 years ago
bunnei 61e017a026 hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. 6 years ago
bunnei 4f16c961c9 hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 6 years ago
bunnei 039844bbb9 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 6 years ago
bunnei abc079aca1 hle: kernel: physical_core: Clear exclusive state after each run. 6 years ago
bunnei 1ffab4019b hle: kernel: Port KAbstractSchedulerLock from Mesosphere. 6 years ago
bunnei 0c9f4d749c hle: kernel: svc: Remove reschedule on svcBreak. 6 years ago
bunnei cd66ac3af5 hle: kernel: process: Add schedule count tracking, to be used for yield impl. 6 years ago
bunnei 5f00b01a5d hle: kernel: svc: Remove unnecessary hack in svcSleep. 6 years ago
bunnei 11e7b74858 common: Port KPriorityQueue from Mesosphere. 6 years ago
bunnei ba09b4d69d hle: kernel: Port KAffinityMask from Mesosphere. 6 years ago
Lioncash 5db4785535 video_core: Resolve more variable shadowing scenarios pt.3 6 years ago
Morph 6efd390668 applets: Resolve variable shadowing 6 years ago
Morph ce2a7beb05 nim: Stub IsLargeResourceAvailable 6 years ago
Lioncash 29db886722 audio_core: Make shadowing and unused parameters errors 6 years ago
bunnei 3edaafa295 kernel: scheduler: Minor cleanup to remove duplicated code. 6 years ago