| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | Addressed issues | 2020-11-10 | 10 | -17/+86 | ||
| | * | | | | | | | | | | core: Make nvservices more standardized | 2020-11-10 | 26 | -903/+1156 | ||
| * | | | | | | | | | | | Merge pull request #4957 from ReinUsesLisp/alpha-test-rt | 2020-11-20 | 1 | -4/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | gl_rasterizer: Remove warning of untested alpha test | 2020-11-20 | 1 | -4/+0 | ||
| | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4953 from lioncash/shader-shadow | 2020-11-20 | 1 | -88/+96 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | shader_bytecode: Make use of [[nodiscard]] where applicable | 2020-11-20 | 1 | -73/+79 | ||
| | * | | | | | | | | | | | shader_bytecode: Eliminate variable shadowing | 2020-11-20 | 1 | -15/+17 | ||
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4951 from bunnei/olsc-stub | 2020-11-20 | 6 | -0/+91 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | olsc: Move member initialization to after member functions. | 2020-11-20 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi... | 2020-11-19 | 6 | -0/+91 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4941 from lioncash/config | 2020-11-20 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | configure_input_player: Use static qualifier for IsProfileNameValid() | 2020-11-17 | 1 | -1/+1 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4950 from german77/RumbleStrenght | 2020-11-20 | 2 | -4/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Modify rumble amplification | 2020-11-19 | 2 | -4/+3 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4952 from ReinUsesLisp/bit-cast | 2020-11-20 | 2 | -0/+23 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | common/bit_cast: Add function matching std::bit_cast without constexpr | 2020-11-20 | 2 | -0/+23 | ||
| * | | | | | | | | | | | Merge pull request #4308 from ReinUsesLisp/maxwell-3d-funcs | 2020-11-20 | 2 | -151/+122 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | maxwell_3d: Use insert instead of loop push_back | 2020-11-11 | 1 | -3/+1 | ||
| | * | | | | | | | | | | maxwell_3d: Move code to separate functions | 2020-11-11 | 2 | -151/+124 | ||
| * | | | | | | | | | | | virtual_buffer: Do nothing on resize() calls with same sizes | 2020-11-19 | 1 | -1/+6 | ||
| | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4936 from lioncash/page | 2020-11-18 | 4 | -12/+37 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer | 2020-11-17 | 1 | -0/+6 | ||
| | * | | | | | | | | | page_table: Allow page tables to be moved | 2020-11-17 | 4 | -9/+30 | ||
| | * | | | | | | | | | page_table: Add missing doxygen parameters to Resize() | 2020-11-17 | 1 | -0/+2 | ||
| | * | | | | | | | | | page_table: Remove unnecessary header inclusions | 2020-11-17 | 1 | -4/+0 | ||
| * | | | | | | | | | | Merge pull request #4866 from Morph1984/mjolnir-p3-prod | 2020-11-17 | 66 | -1431/+3265 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | sdl_impl: Pump SDL Events at 1000 Hz | 2020-11-15 | 1 | -1/+1 | ||
| | * | | | | | | | | | | configure_input: Accommodate for the mouse input device engine | 2020-11-15 | 2 | -2/+18 | ||
| | * | | | | | | | | | | hid: Reimplement Begin/EndPermitVibrationSession | 2020-11-15 | 3 | -5/+17 | ||
| | * | | | | | | | | | | controllers/npad: Load input devices on init | 2020-11-15 | 1 | -0/+2 | ||
| | * | | | | | | | | | | configure_input: Update the input profiles for other player tabs | 2020-11-15 | 4 | -11/+38 | ||
| | * | | | | | | | | | | general: Fix compiler warnings on linux and miscellaneous changes | 2020-11-15 | 12 | -22/+31 | ||
| | * | | | | | | | | | | sdl_impl: Revert to the "old" method of mapping sticks | 2020-11-15 | 3 | -33/+29 | ||
| | * | | | | | | | | | | applets/controller: Change the input button to create input profiles | 2020-11-15 | 10 | -100/+117 | ||
| | * | | | | | | | | | | controllers/npad: Remove the old vibration filter | 2020-11-15 | 4 | -65/+64 | ||
| | * | | | | | | | | | | input: Disconnect a controller prior to connecting a new one | 2020-11-15 | 2 | -50/+73 | ||
| | * | | | | | | | | | | hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted | 2020-11-15 | 3 | -12/+66 | ||
| | * | | | | | | | | | | input_common: Add VibrationDevice and VibrationDeviceFactory | 2020-11-15 | 19 | -101/+327 | ||
| | * | | | | | | | | | | configure_input: Add per-player vibration | 2020-11-15 | 16 | -28/+730 | ||
| | * | | | | | | | | | | settings: Remove global vibration strength modifier | 2020-11-15 | 9 | -19/+1 | ||
| | * | | | | | | | | | | hid: Mark Begin/EndPermitVibrationSession as stubs | 2020-11-15 | 3 | -18/+4 | ||
| | * | | | | | | | | | | controllers/npad: Send an empty vibration on destruction/deactivation | 2020-11-15 | 3 | -22/+38 | ||
| | * | | | | | | | | | | hid: Stub IsVibrationDeviceMounted | 2020-11-15 | 2 | -1/+23 | ||
| | * | | | | | | | | | | controllers/npad: Add heuristics to reduce rumble state changes | 2020-11-15 | 3 | -35/+72 | ||
| | * | | | | | | | | | | configure_input: Hook up the vibration percentage spinbox | 2020-11-15 | 11 | -3/+26 | ||
| | * | | | | | | | | | | controllers/npad: Stop games from vibrating incorrect controllers | 2020-11-15 | 1 | -0/+10 | ||
| | * | | | | | | | | | | hid: Fix controller rumble based on new research | 2020-11-15 | 3 | -43/+69 | ||
| | * | | | | | | | | | | hid: Pop a struct of parameters instead of popping individual parameters | 2020-11-15 | 1 | -103/+237 | ||
| | * | | | | | | | | | | hid: Reorder all HID commands | 2020-11-15 | 5 | -217/+232 | ||
| | * | | | | | | | | | | hid: Implement GetVibrationDeviceInfo | 2020-11-15 | 2 | -3/+39 | ||