summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | 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
| * | | | | | | | | motion_input: Mark member functions as [[nodiscard]] where applicableGravatar Lioncash2020-11-151-10/+11
* | | | | | | | | | 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
|/ / / / / / /
* | | | | | | Merge pull request #4903 from bunnei/remove-gpu-integrityGravatar bunnei2020-11-083-29/+1
|\ \ \ \ \ \ \
| * | | | | | | video_core: dma_pusher: Remove integrity check on command lists.Gravatar bunnei2020-11-073-29/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | 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-0611-418/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | core: Remove usage of unicornGravatar Lioncash2020-11-0311-418/+15
* | | | | | common/fiber: Move all member variables into impl classGravatar Lioncash2020-11-062-89/+86
* | | | | | Merge pull request #4891 from lioncash/clang2Gravatar bunnei2020-11-064-7/+14
|\ \ \ \ \ \
| * | | | | | General: Fix clang buildGravatar Lioncash2020-11-054-7/+14
* | | | | | | Merge pull request #4894 from lioncash/fnGravatar bunnei2020-11-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | settings: Simplify initializer of resolution factorGravatar Lioncash2020-11-051-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #4854 from ReinUsesLisp/cube-array-shadowGravatar bunnei2020-11-053-25/+37
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | shader: Partially implement texture cube array shadowGravatar ReinUsesLisp2020-10-283-25/+37
* | | | | | | Merge pull request #4889 from lioncash/setting-globalGravatar bunnei2020-11-049-39/+50
|\ \ \ \ \ \ \
| * | | | | | | core/settings: Move configuring_global behind an APIGravatar Lioncash2020-11-049-39/+50
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4858 from lioncash/initializerGravatar bunnei2020-11-045-4/+24
|\ \ \ \ \ \ \
| * | | | | | | General: Resolve a few missing initializer warningsGravatar Lioncash2020-10-295-4/+24
* | | | | | | | Merge pull request #4869 from bunnei/improve-gpu-syncGravatar Chloe2020-11-0415-117/+448
|\ \ \ \ \ \ \ \