summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4944 from lioncash/system-remGravatar bunnei2020-11-2126-157/+259
|\
| * patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-1826-157/+259
* | Merge pull request #4954 from lioncash/compareGravatar Morph2020-11-221-1/+1
|\ \
| * | gl_rasterizer: Make floating-point literal a floatGravatar Lioncash2020-11-201-1/+1
* | | Merge pull request #4955 from lioncash/move3Gravatar bunnei2020-11-211-19/+13
|\ \ \
| * | | async_shaders: emplace threads into the worker thread vectorGravatar Lioncash2020-11-201-2/+2
| * | | async_shaders: Simplify implementation of GetCompletedWork()Gravatar Lioncash2020-11-201-2/+1
| * | | async_shaders: Simplify moving data into the pending queueGravatar Lioncash2020-11-201-13/+8
| * | | async_shaders: std::move data within QueueVulkanShader()Gravatar Lioncash2020-11-201-2/+2
| |/ /
* | | 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
* | | | Merge pull request #4957 from ReinUsesLisp/alpha-test-rtGravatar LC2020-11-201-4/+0
|\ \ \ \
| * | | | gl_rasterizer: Remove warning of untested alpha testGravatar ReinUsesLisp2020-11-201-4/+0
* | | | | Merge pull request #4953 from lioncash/shader-shadowGravatar bunnei2020-11-201-88/+96
|\ \ \ \ \
| * | | | | 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 #4951 from bunnei/olsc-stubGravatar bunnei2020-11-206-0/+91
|\ \ \ \ \
| * | | | | 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-196-0/+91
| |/ / / /
* | | | | Merge pull request #4941 from lioncash/configGravatar Morph2020-11-201-1/+1
|\ \ \ \ \
| * | | | | configure_input_player: Use static qualifier for IsProfileNameValid()Gravatar Lioncash2020-11-171-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4950 from german77/RumbleStrenghtGravatar LC2020-11-202-4/+3
|\ \ \ \ \
| * | | | | Modify rumble amplificationGravatar german772020-11-192-4/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #4952 from ReinUsesLisp/bit-castGravatar LC2020-11-202-0/+23
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | common/bit_cast: Add function matching std::bit_cast without constexprGravatar ReinUsesLisp2020-11-202-0/+23
* | | | | Merge pull request #4308 from ReinUsesLisp/maxwell-3d-funcsGravatar Rodrigo Locatti2020-11-202-151/+122
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | maxwell_3d: Use insert instead of loop push_backGravatar ReinUsesLisp2020-11-111-3/+1
| * | | | maxwell_3d: Move code to separate functionsGravatar ReinUsesLisp2020-11-112-151/+124
* | | | | virtual_buffer: Do nothing on resize() calls with same sizesGravatar Lioncash2020-11-191-1/+6
| |/ / / |/| | |
* | | | 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