aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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-08Merge pull request #4909 from lioncash/interruptRodrigo Locatti
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-11-08cpu_interrupt_handler: Mark move contructor/assignment as deletedLioncash
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-08Merge pull request #4903 from bunnei/remove-gpu-integritybunnei
2020-11-07Merge pull request #4906 from lat9nq/log-cpu-accuracyLC
2020-11-07settings: log value of CPU_Accuracylat9nq
2020-11-07video_core: dma_pusher: Remove integrity check on command lists.bunnei
2020-11-06Merge pull request #4888 from lioncash/unicorn-removebunnei
2020-11-06hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.bunnei
2020-11-05settings: Simplify initializer of resolution factorLioncash
2020-11-04Merge pull request #4889 from lioncash/setting-globalbunnei
2020-11-04Merge pull request #4858 from lioncash/initializerbunnei
2020-11-04core/settings: Move configuring_global behind an APILioncash
2020-11-04Merge pull request #4869 from bunnei/improve-gpu-syncChloe
2020-11-03core: Remove usage of unicornLioncash
2020-11-03Merge pull request #4878 from bunnei/unload-nrrbunnei
2020-11-01fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and ot...bunnei
2020-11-01core: Initialize GPU before services.bunnei
2020-11-01 hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other imp...bunnei
2020-11-01service: hle: nvflinger: Fix potential shutdown crash when GPU is destroyed.bunnei
2020-11-01hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.bunnei