summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* sdl_impl: Pump SDL Events at 1000 HzGravatar Morph2020-11-151-1/+1
* configure_input: Accommodate for the mouse input device engineGravatar Morph2020-11-152-2/+18
* hid: Reimplement Begin/EndPermitVibrationSessionGravatar Morph2020-11-153-5/+17
* controllers/npad: Load input devices on initGravatar Morph2020-11-151-0/+2
* configure_input: Update the input profiles for other player tabsGravatar Morph2020-11-154-11/+38
* general: Fix compiler warnings on linux and miscellaneous changesGravatar Morph2020-11-1512-22/+31
* sdl_impl: Revert to the "old" method of mapping sticksGravatar Morph2020-11-153-33/+29
* applets/controller: Change the input button to create input profilesGravatar Morph2020-11-1510-100/+117
* controllers/npad: Remove the old vibration filterGravatar Morph2020-11-154-65/+64
* input: Disconnect a controller prior to connecting a new oneGravatar Morph2020-11-152-50/+73
* hid: Implement InitializeVibrationDevice and IsVibrationDeviceMountedGravatar Morph2020-11-153-12/+66
* input_common: Add VibrationDevice and VibrationDeviceFactoryGravatar Morph2020-11-1519-101/+327
* configure_input: Add per-player vibrationGravatar Morph2020-11-1516-28/+730
* settings: Remove global vibration strength modifierGravatar Morph2020-11-159-19/+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-153-35/+72
* configure_input: Hook up the vibration percentage spinboxGravatar Morph2020-11-1511-3/+26
* 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
* configure_input_player: Change "Defaults" button behaviorGravatar Morph2020-11-152-35/+30
* settings: Preparation for per-game input settingsGravatar Morph2020-11-1519-115/+167
* udp/client: Reduce testing period to 5 secondsGravatar Morph2020-11-151-1/+1
* config: Migrate config files into config/customGravatar Morph2020-11-154-21/+61
* controllers/npad: Connect a controller on init if none are connectedGravatar Morph2020-11-152-1/+15
* applets/controller: Auto accept a valid single player configurationGravatar Morph2020-11-153-14/+24
* bootmanager: Allow mouse clicks only if touch is disabledGravatar Morph2020-11-151-3/+13
* input_profiles: Implement input profilesGravatar Morph2020-11-1513-130/+509
* configure_input_player: Implement input exclusivity and persistenceGravatar Morph2020-11-154-138/+205
* ui/themes: Cleanup UIGravatar Morph2020-11-1513-397/+263
* Merge pull request #4914 from lat9nq/gl-warningsGravatar LC2020-11-151-8/+28
|\
| * bootmanager: Address review commentsGravatar lat9nq2020-11-091-12/+16
| * bootmanager: Log and show GL_RENDERER string when GPU is insufficientGravatar lat9nq2020-11-091-3/+19
* | 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
|/ /