summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader_bytecode: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-11-201-73/+79
* shader_bytecode: Eliminate variable shadowingGravatar Lioncash2020-11-201-15/+17
* Merge pull request #4936 from lioncash/pageGravatar bunnei2020-11-184-12/+37
|\
| * virtual_buffer: Add compile-time type-safety guarantees with VirtualBufferGravatar Lioncash2020-11-171-0/+6
| * page_table: Allow page tables to be movedGravatar Lioncash2020-11-174-9/+30
| * page_table: Add missing doxygen parameters to Resize()Gravatar Lioncash2020-11-171-0/+2
| * page_table: Remove unnecessary header inclusionsGravatar Lioncash2020-11-171-4/+0
* | Merge pull request #4866 from Morph1984/mjolnir-p3-prodGravatar bunnei2020-11-1766-1431/+3265
|\ \
| * | 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
* | | rasterizer_interface: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-11-171-8/+9
* | | render_base: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-11-171-11/+11
* | | gpu: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-11-171-31/+35
| |/ |/|
* | Merge pull request #4929 from lioncash/nodiscard-inputGravatar bunnei2020-11-161-11/+12
|\ \ | |/ |/|
| * motion_input: Mark constructor as explicitGravatar Lioncash2020-11-151-1/+1