summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
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
2020-11-15hid: Pop a struct of parameters instead of popping individual parametersMorph
2020-11-15hid: Reorder all HID commandsMorph
2020-11-15hid: Implement GetVibrationDeviceInfoMorph
2020-11-15hid: Stub InitializeVibrationDeviceMorph
2020-11-15controllers/npad: Rename NPadType to NpadStyleSetMorph
2020-11-15controllers/npad: Add DeviceHandle structMorph
2020-11-15settings: Preparation for per-game input settingsMorph
2020-11-15controllers/npad: Connect a controller on init if none are connectedMorph
2020-11-12Merge pull request #4895 from Morph1984/cave-story-plus-applet-fixbunnei
2020-11-09Merge pull request #4901 from bunnei/caps-stubbunnei
2020-11-10Addressed issuesChloe Marcec
2020-11-10core: Make nvservices more standardizedChloe Marcec
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-11-08applets: Rename LibraryAppletVersion to ControllerAppletVersionMorph
2020-11-08applets/controller: Pop normal data for StrapGuide and FirmwareUpdateMorph
2020-11-08applets/controller: Introduce additional checks for mode and callerMorph
2020-11-08applets/controller: Add ControllerUpdateFirmwareArg structMorph
2020-11-07video_core: dma_pusher: Remove integrity check on command lists.bunnei