summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2020-11-26Merge pull request #4975 from comex/invalid-syncpoint-idbunnei
2020-11-25Implement full mouse supportgerman
2020-11-25Merge pull request #4981 from ogniK5377/ioctl-ctrlbunnei
2020-11-25Add multiple udp server supportgerman
2020-11-25Merge pull request #4976 from comex/poll-eventsRodrigo Locatti
2020-11-25hid: Check if applet_resource exists in InitializeVibrationDeviceMorph
2020-11-25Merge pull request #4978 from bunnei/shutdown-crashbunnei
2020-11-24core: cpu_manager: Fix shutdown crash when closing before emulation starts.bunnei
2020-11-24service: am: Implement ExecuteProgram and required stubs.bunnei
2020-11-24core: loader: Implement support for loading indexed programs.bunnei
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei
2020-11-24nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDcomex
2020-11-24Merge pull request #4942 from lioncash/systemRodrigo Locatti
2020-11-24Merge pull request #4972 from lioncash/unused4Rodrigo Locatti
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec
2020-11-23Fix warnings in core/frontend/input.h with [[maybe_unused]]bunnei
2020-11-23Merge pull request #4927 from lioncash/input-errorbunnei
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex
2020-11-23Merge pull request #4451 from slashiee/extended-loggingbunnei
2020-11-23svc: Remove unnecessary [[maybe_unused]] tagLioncash
2020-11-22input_common: Treat warnings as errorsLioncash
2020-11-21Merge pull request #4944 from lioncash/system-rembunnei
2020-11-20Merge pull request #4907 from ogniK5377/nvdrv-cleanupbunnei
2020-11-20olsc: Move member initialization to after member functions.bunnei
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...bunnei
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-11-18core: Remove unused private Init function for the System classLioncash
2020-11-18core: Make use of [[nodiscard]] with the System classLioncash
2020-11-15hid: Reimplement Begin/EndPermitVibrationSessionMorph
2020-11-15controllers/npad: Load input devices on initMorph
2020-11-15general: Fix compiler warnings on linux and miscellaneous changesMorph
2020-11-15controllers/npad: Remove the old vibration filterMorph
2020-11-15hid: Implement InitializeVibrationDevice and IsVibrationDeviceMountedMorph
2020-11-15input_common: Add VibrationDevice and VibrationDeviceFactoryMorph
2020-11-15configure_input: Add per-player vibrationMorph
2020-11-15settings: Remove global vibration strength modifierMorph
2020-11-15hid: Mark Begin/EndPermitVibrationSession as stubsMorph
2020-11-15controllers/npad: Send an empty vibration on destruction/deactivationMorph
2020-11-15hid: Stub IsVibrationDeviceMountedMorph
2020-11-15controllers/npad: Add heuristics to reduce rumble state changesMorph
2020-11-15configure_input: Hook up the vibration percentage spinboxMorph
2020-11-15controllers/npad: Stop games from vibrating incorrect controllersMorph
2020-11-15hid: Fix controller rumble based on new researchMorph
2020-11-15hid: Pop a struct of parameters instead of popping individual parametersMorph
2020-11-15hid: Reorder all HID commandsMorph
2020-11-15hid: Implement GetVibrationDeviceInfoMorph
2020-11-15hid: Stub InitializeVibrationDeviceMorph
2020-11-15controllers/npad: Rename NPadType to NpadStyleSetMorph
2020-11-15controllers/npad: Add DeviceHandle structMorph
2020-11-15settings: Preparation for per-game input settingsMorph