summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-26219-897/+1207
* Merge pull request #4975 from comex/invalid-syncpoint-idGravatar bunnei2020-11-261-2/+2
|\
| * nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDGravatar comex2020-11-241-2/+2
* | Merge pull request #4981 from ogniK5377/ioctl-ctrlGravatar bunnei2020-11-2524-91/+214
|\ \
| * | nvservices: Reintroducee IoctlCtrlGravatar Chloe Marcec2020-11-2424-91/+214
* | | Merge pull request #4976 from comex/poll-eventsGravatar Rodrigo Locatti2020-11-251-2/+2
|\ \ \
| * | | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...Gravatar comex2020-11-231-2/+2
| | |/ | |/|
* | | Merge pull request #4978 from bunnei/shutdown-crashGravatar bunnei2020-11-251-7/+17
|\ \ \
| * | | core: cpu_manager: Fix shutdown crash when closing before emulation starts.Gravatar bunnei2020-11-241-7/+17
* | | | service: am: Implement ExecuteProgram and required stubs.Gravatar bunnei2020-11-242-3/+34
* | | | core: loader: Implement support for loading indexed programs.Gravatar bunnei2020-11-2412-26/+74
|/ / /
* | | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)Gravatar bunnei2020-11-2417-100/+104
* | | Merge pull request #4942 from lioncash/systemGravatar Rodrigo Locatti2020-11-242-96/+81
|\ \ \
| * | | core: Remove unused private Init function for the System classGravatar Lioncash2020-11-182-16/+4
| * | | core: Make use of [[nodiscard]] with the System classGravatar Lioncash2020-11-182-81/+78
* | | | Merge pull request #4972 from lioncash/unused4Gravatar Rodrigo Locatti2020-11-241-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | svc: Remove unnecessary [[maybe_unused]] tagGravatar Lioncash2020-11-231-1/+1
| |/ /
* | | Fix warnings in core/frontend/input.h with [[maybe_unused]]Gravatar bunnei2020-11-231-1/+3
* | | Merge pull request #4927 from lioncash/input-errorGravatar bunnei2020-11-231-1/+1
|\ \ \ | |_|/ |/| |
| * | input_common: Treat warnings as errorsGravatar Lioncash2020-11-221-1/+1
* | | Merge pull request #4451 from slashiee/extended-loggingGravatar bunnei2020-11-231-0/+1
|\ \ \ | |/ / |/| |
| * | logging/settings: Increase maximum log size to 100 MB and add extended loggin...Gravatar M&M2020-08-241-0/+1
* | | Merge pull request #4944 from lioncash/system-remGravatar bunnei2020-11-2122-126/+209
|\ \ \
| * | | patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-1822-126/+209
| | |/ | |/|
* | | 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
* | | | 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-194-0/+89
| |/ / |/| |
* | | hid: Reimplement Begin/EndPermitVibrationSessionGravatar Morph2020-11-153-5/+17
* | | controllers/npad: Load input devices on initGravatar Morph2020-11-151-0/+2
* | | general: Fix compiler warnings on linux and miscellaneous changesGravatar Morph2020-11-152-8/+11
* | | controllers/npad: Remove the old vibration filterGravatar Morph2020-11-153-50/+64
* | | hid: Implement InitializeVibrationDevice and IsVibrationDeviceMountedGravatar Morph2020-11-153-12/+66
* | | input_common: Add VibrationDevice and VibrationDeviceFactoryGravatar Morph2020-11-154-33/+34
* | | configure_input: Add per-player vibrationGravatar Morph2020-11-152-2/+12
* | | settings: Remove global vibration strength modifierGravatar Morph2020-11-153-5/+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-152-6/+47
* | | configure_input: Hook up the vibration percentage spinboxGravatar Morph2020-11-153-1/+4
* | | 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