summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2020-12-07Merge pull request #5136 from lioncash/video-shadow3LC
2020-12-06Fix "explicitly defaulted but implicitly deleted" warningcomex
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-12-03Merge pull request #4996 from bunnei/use-4jitsbunnei
2020-12-02Merge pull request #5000 from lioncash/audio-errorbunnei
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash
2020-11-29kernel: scheduler: Minor cleanup to remove duplicated code.bunnei
2020-11-29kernel: time_manager: Protect access with a mutex.bunnei
2020-11-29hle: kernel: thread: Remove unused "Running" state.bunnei
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei
2020-11-29hle: kernel: time_manager: Avoid a crash on process exit.bunnei
2020-11-29hle: kernel: AddressArbiter: Remove unused code.bunnei
2020-11-29hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled.bunnei
2020-11-29common: fiber: Use boost::context instead of native fibers on Windows.bunnei
2020-11-29hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei
2020-11-28Merge pull request #4998 from Morph1984/bioshock-patchbunnei
2020-11-28Add missing types to NpadCommunicationModegerman
2020-11-28Merge pull request #5021 from german77/StubCommunicationModebunnei
2020-11-27savedata_factory: Eliminate usage of the global system instanceLioncash
2020-11-26Stub set and get NpadCommunicationModegerman
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-26Merge pull request #4975 from comex/invalid-syncpoint-idbunnei
2020-11-25Merge pull request #4981 from ogniK5377/ioctl-ctrlbunnei
2020-11-25hid: Check if applet_resource exists in InitializeVibrationDeviceMorph
2020-11-24service: am: Implement ExecuteProgram and required stubs.bunnei
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei
2020-11-24nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDcomex
2020-11-24Merge pull request #4972 from lioncash/unused4Rodrigo Locatti
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec
2020-11-23svc: Remove unnecessary [[maybe_unused]] tagLioncash
2020-11-21Merge pull request #4944 from lioncash/system-rembunnei
2020-11-20Merge pull request #4907 from ogniK5377/nvdrv-cleanupbunnei
2020-11-20olsc: Move member initialization to after member functions.bunnei
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...bunnei
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-11-15hid: Reimplement Begin/EndPermitVibrationSessionMorph
2020-11-15controllers/npad: Load input devices on initMorph
2020-11-15general: Fix compiler warnings on linux and miscellaneous changesMorph
2020-11-15controllers/npad: Remove the old vibration filterMorph
2020-11-15hid: Implement InitializeVibrationDevice and IsVibrationDeviceMountedMorph
2020-11-15input_common: Add VibrationDevice and VibrationDeviceFactoryMorph
2020-11-15configure_input: Add per-player vibrationMorph
2020-11-15settings: Remove global vibration strength modifierMorph
2020-11-15hid: Mark Begin/EndPermitVibrationSession as stubsMorph
2020-11-15controllers/npad: Send an empty vibration on destruction/deactivationMorph
2020-11-15hid: Stub IsVibrationDeviceMountedMorph
2020-11-15controllers/npad: Add heuristics to reduce rumble state changesMorph
2020-11-15configure_input: Hook up the vibration percentage spinboxMorph
2020-11-15controllers/npad: Stop games from vibrating incorrect controllersMorph
2020-11-15hid: Fix controller rumble based on new researchMorph