5302 Commits (c721767bccbcbd481c0e545b707754b270a7ea02)

Author SHA1 Message Date
comex e31cb50405 Fix "explicitly defaulted but implicitly deleted" warning 6 years ago
comex 3373149fdc hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp 6 years ago
comex feac654ba0 core: Mark unused fields as [[maybe_unused]] 6 years ago
comex 5cb1a343d1 boxcat: Avoid unnecessary object copy 6 years ago
comex 716ae72aac nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass 6 years ago
bunnei 1bdb756d28 hle: kernel: Process: Various style fixes based on code review feedback. 6 years ago
bunnei 9b492430bb hle: kernel: Thread: Various style fixes based on code review feedback. 6 years ago
bunnei ed4d1e2ade hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code review feedback. 6 years ago
bunnei b1b4f2337e hle: kernel: KScopedLock: Various style fixes based on code review feedback. 6 years ago
bunnei 165d8485f0 hle: kernel: KAbstractSchedulerLock: Various style fixes based on code review feedback. 6 years ago
bunnei 960500cfd2 hle: kernel: KScheduler: Various style fixes based on code review feedback. 6 years ago
bunnei 8fd921557f hle: kernel: KPriorityQueue: Various style fixes based on code review feedback. 6 years ago
bunnei 4d3be1816c hle: kernel: KAffinityMask: Various style fixes based on code review feedback. 6 years ago
bunnei 357d79fb6e hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback. 6 years ago
bunnei b1326d9230 hle: kernel: Use C++ style comments in KScheduler, etc. 6 years ago
bunnei bc59ca92b6 kernel: KScopedSchedulerLockAndSleep: Remove unused ctor. 6 years ago
bunnei b9b7e4f915 kernel: time_manager: Add missing lock guards. 6 years ago
bunnei ccce6cb3be hle: kernel: Migrate to KScopedSchedulerLock. 6 years ago
bunnei 4756cb203e hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. 6 years ago
bunnei 8d3e06349e hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 6 years ago
bunnei 9e29e36a78 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 6 years ago
bunnei c10a37e5b6 hle: kernel: physical_core: Clear exclusive state after each run. 6 years ago
bunnei 7e5d0f1fe3 hle: kernel: Port KAbstractSchedulerLock from Mesosphere. 6 years ago
bunnei 39d356782e hle: kernel: svc: Remove reschedule on svcBreak. 6 years ago
bunnei d58a609ae4 hle: kernel: process: Add schedule count tracking, to be used for yield impl. 6 years ago
bunnei 493263f415 hle: kernel: svc: Remove unnecessary hack in svcSleep. 6 years ago
bunnei a3ccac3eb7 common: Port KPriorityQueue from Mesosphere. 6 years ago
bunnei e18ee8d681 hle: kernel: Port KAffinityMask from Mesosphere. 6 years ago
Lioncash f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 6 years ago
Morph f6d4a289d5 applets: Resolve variable shadowing 6 years ago
Morph c2f83c04cb nim: Stub IsLargeResourceAvailable 6 years ago
Lioncash 1ea6bdef05 audio_core: Make shadowing and unused parameters errors 6 years ago
bunnei 4b9e1b6586 kernel: scheduler: Minor cleanup to remove duplicated code. 6 years ago
bunnei b7ef581c6e kernel: time_manager: Protect access with a mutex. 6 years ago
bunnei c2ad1243ba hle: kernel: thread: Remove unused "Running" state. 6 years ago
bunnei 63fd1bb503 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 6 years ago
bunnei c0870315fd hle: kernel: time_manager: Avoid a crash on process exit. 6 years ago
bunnei 9705f651b2 hle: kernel: AddressArbiter: Remove unused code. 6 years ago
bunnei 9423347c1b hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled. 6 years ago
bunnei c042a89113 common: fiber: Use boost::context instead of native fibers on Windows. 6 years ago
bunnei 7b642c7781 hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 6 years ago
german 4eb7327559 Add missing types to NpadCommunicationMode 6 years ago
Lioncash 073e07ae2d savedata_factory: Eliminate usage of the global system instance 6 years ago
german 3898d8f0d7 Stub set and get NpadCommunicationMode 6 years ago
Lioncash 1a954b2a59 service: Eliminate usages of the global system instance 6 years ago
Morph 6f70e1b1ff hid: Check if applet_resource exists in InitializeVibrationDevice 6 years ago
bunnei 4fb5ca80c0 service: am: Implement ExecuteProgram and required stubs. 6 years ago
bunnei 7791cc8c2e
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) 6 years ago
comex e8b2fd21d8 nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID 6 years ago
Chloe Marcec ab25d1fe9a nvservices: Reintroducee IoctlCtrl 6 years ago