summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-1822-126/+209
| | |/ | |/|
* | | Merge pull request #4907 from ogniK5377/nvdrv-cleanupGravatar bunnei2020-11-2026-898/+1220
|\ \ \
| * | | Addressed issuesGravatar Chloe Marcec2020-11-1010-17/+86
| * | | core: Make nvservices more standardizedGravatar Chloe Marcec2020-11-1026-903/+1156
* | | | olsc: Move member initialization to after member functions.Gravatar bunnei2020-11-201-2/+2
* | | | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...Gravatar bunnei2020-11-194-0/+89
| |/ / |/| |
* | | hid: Reimplement Begin/EndPermitVibrationSessionGravatar Morph2020-11-153-5/+17
* | | controllers/npad: Load input devices on initGravatar Morph2020-11-151-0/+2
* | | general: Fix compiler warnings on linux and miscellaneous changesGravatar Morph2020-11-152-8/+11
* | | controllers/npad: Remove the old vibration filterGravatar Morph2020-11-153-50/+64
* | | hid: Implement InitializeVibrationDevice and IsVibrationDeviceMountedGravatar Morph2020-11-153-12/+66
* | | input_common: Add VibrationDevice and VibrationDeviceFactoryGravatar Morph2020-11-154-33/+34
* | | configure_input: Add per-player vibrationGravatar Morph2020-11-152-2/+12
* | | settings: Remove global vibration strength modifierGravatar Morph2020-11-153-5/+1
* | | hid: Mark Begin/EndPermitVibrationSession as stubsGravatar Morph2020-11-153-18/+4
* | | controllers/npad: Send an empty vibration on destruction/deactivationGravatar Morph2020-11-153-22/+38
* | | hid: Stub IsVibrationDeviceMountedGravatar Morph2020-11-152-1/+23
* | | controllers/npad: Add heuristics to reduce rumble state changesGravatar Morph2020-11-152-6/+47
* | | configure_input: Hook up the vibration percentage spinboxGravatar Morph2020-11-153-1/+4
* | | controllers/npad: Stop games from vibrating incorrect controllersGravatar Morph2020-11-151-0/+10
* | | hid: Fix controller rumble based on new researchGravatar Morph2020-11-153-43/+69
* | | hid: Pop a struct of parameters instead of popping individual parametersGravatar Morph2020-11-151-103/+237
* | | hid: Reorder all HID commandsGravatar Morph2020-11-155-217/+232
* | | hid: Implement GetVibrationDeviceInfoGravatar Morph2020-11-152-3/+39
* | | hid: Stub InitializeVibrationDeviceGravatar Morph2020-11-151-3/+11
* | | controllers/npad: Rename NPadType to NpadStyleSetGravatar Morph2020-11-153-9/+9
* | | controllers/npad: Add DeviceHandle structGravatar Morph2020-11-151-27/+50
* | | settings: Preparation for per-game input settingsGravatar Morph2020-11-1511-41/+89
* | | controllers/npad: Connect a controller on init if none are connectedGravatar Morph2020-11-151-0/+13
* | | Merge pull request #4895 from Morph1984/cave-story-plus-applet-fixGravatar bunnei2020-11-122-26/+80
|\ \ \
| * | | applets: Rename LibraryAppletVersion to ControllerAppletVersionGravatar Morph2020-11-082-15/+15
| * | | applets/controller: Pop normal data for StrapGuide and FirmwareUpdateGravatar Morph2020-11-082-6/+19
| * | | applets/controller: Introduce additional checks for mode and callerGravatar Morph2020-11-082-5/+39
| * | | applets/controller: Add ControllerUpdateFirmwareArg structGravatar Morph2020-11-081-0/+7
* | | | Merge pull request #4901 from bunnei/caps-stubGravatar bunnei2020-11-092-9/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.Gravatar bunnei2020-11-062-9/+17
* | | | Merge pull request #4909 from lioncash/interruptGravatar Rodrigo Locatti2020-11-081-2/+2
|\ \ \ \
| * | | | cpu_interrupt_handler: Mark move contructor/assignment as deletedGravatar Lioncash2020-11-081-2/+2
| | |/ / | |/| |
* / | | ipc_helpers: Remove usage of the global system instanceGravatar Lioncash2020-11-0816-7/+23
|/ / /
* | | Merge pull request #4903 from bunnei/remove-gpu-integrityGravatar bunnei2020-11-081-1/+0
|\ \ \
| * | | video_core: dma_pusher: Remove integrity check on command lists.Gravatar bunnei2020-11-071-1/+0
* | | | Merge pull request #4906 from lat9nq/log-cpu-accuracyGravatar LC2020-11-071-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | settings: log value of CPU_AccuracyGravatar lat9nq2020-11-071-0/+1
| |/ /
* | | Merge pull request #4888 from lioncash/unicorn-removeGravatar bunnei2020-11-068-412/+15
|\ \ \ | |/ / |/| |
| * | core: Remove usage of unicornGravatar Lioncash2020-11-038-412/+15
* | | settings: Simplify initializer of resolution factorGravatar Lioncash2020-11-051-1/+1
* | | Merge pull request #4889 from lioncash/setting-globalGravatar bunnei2020-11-042-10/+21
|\ \ \
| * | | core/settings: Move configuring_global behind an APIGravatar Lioncash2020-11-042-10/+21
| |/ /
* | | Merge pull request #4858 from lioncash/initializerGravatar bunnei2020-11-042-2/+14
|\ \ \
| * | | General: Resolve a few missing initializer warningsGravatar Lioncash2020-10-292-2/+14