7083 Commits (c1f4f013fe06ffcddd9c909b54c2a1e87faf933e)

Author SHA1 Message Date
Lioncash 29db886722 audio_core: Make shadowing and unused parameters errors 5 years ago
bunnei 3edaafa295 kernel: scheduler: Minor cleanup to remove duplicated code. 5 years ago
bunnei 64cb411dda kernel: time_manager: Protect access with a mutex. 5 years ago
bunnei b2de57e93e hle: kernel: thread: Remove unused "Running" state. 5 years ago
bunnei a5b73195c9 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 years ago
bunnei 5114c6f3ac hle: kernel: time_manager: Avoid a crash on process exit. 5 years ago
bunnei 026a8dd832 hle: kernel: AddressArbiter: Remove unused code. 5 years ago
bunnei e7c2a66ecd hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled. 5 years ago
bunnei b92d8acd2f common: fiber: Use boost::context instead of native fibers on Windows. 5 years ago
bunnei aaffe73f47 hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 5 years ago
german 2a93b187a6 Add missing types to NpadCommunicationMode 5 years ago
Lioncash c06510376a core: Eliminate remaining usages of the global system instance 5 years ago
Lioncash acf893542a savedata_factory: Eliminate usage of the global system instance 5 years ago
german d9d2a0aac7 Stub set and get NpadCommunicationMode 5 years ago
Lioncash 346271b80b service: Eliminate usages of the global system instance 5 years ago
Lioncash 064f17c5b1 core: Reduce string copies in GetGameFileFromPath() 5 years ago
german 56a8fee35a Implement full mouse support 5 years ago
german 6708e0ec0e Add multiple udp server support 5 years ago
Morph 9b00708d96 hid: Check if applet_resource exists in InitializeVibrationDevice 5 years ago
bunnei 28843b094f core: cpu_manager: Fix shutdown crash when closing before emulation starts. 5 years ago
bunnei faffc3144c service: am: Implement ExecuteProgram and required stubs. 5 years ago
bunnei 9f8d7748d9 core: loader: Implement support for loading indexed programs. 5 years ago
bunnei 5f53d285aa hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) 5 years ago
comex 00f2c7fbb9 nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID 5 years ago
Chloe Marcec f8d84ecae2 nvservices: Reintroducee IoctlCtrl 5 years ago
bunnei 2ac1148798 Fix warnings in core/frontend/input.h with [[maybe_unused]] 5 years ago
comex bb729eefce Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread 5 years ago
Lioncash b038dcf23c svc: Remove unnecessary [[maybe_unused]] tag 5 years ago
Lioncash c8aec32f12 input_common: Treat warnings as errors 5 years ago
bunnei 2f0eb8d38c olsc: Move member initialization to after member functions. 5 years ago
bunnei 655892e84b hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. 5 years ago
Lioncash b4b63c878f patch_manager: Remove usages of the global system instance 5 years ago
Lioncash 82ef99b107 core: Remove unused private Init function for the System class 5 years ago
Lioncash 637aa4ddef core: Make use of [[nodiscard]] with the System class 5 years ago
Morph 2d3476dd7f hid: Reimplement Begin/EndPermitVibrationSession 5 years ago
Morph 7adf26daf0 controllers/npad: Load input devices on init 5 years ago
Morph 75ee0c94a0 general: Fix compiler warnings on linux and miscellaneous changes 5 years ago
Morph bd42b2093c controllers/npad: Remove the old vibration filter 5 years ago
Morph 6f80c78568 hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted 5 years ago
Morph ad3905fe27 input_common: Add VibrationDevice and VibrationDeviceFactory 5 years ago
Morph cce389221b configure_input: Add per-player vibration 5 years ago
Morph ee8ec56291 settings: Remove global vibration strength modifier 5 years ago
Morph bb0a55c4db hid: Mark Begin/EndPermitVibrationSession as stubs 5 years ago
Morph cd2f8d7e4a controllers/npad: Send an empty vibration on destruction/deactivation 5 years ago
Morph 193418c57f hid: Stub IsVibrationDeviceMounted 5 years ago
Morph ed9df522ec controllers/npad: Add heuristics to reduce rumble state changes 5 years ago
Morph 06bc7678ba configure_input: Hook up the vibration percentage spinbox 5 years ago
Morph 3281c3b1cb controllers/npad: Stop games from vibrating incorrect controllers 5 years ago
Morph f474cab023 hid: Fix controller rumble based on new research 5 years ago
Morph 82d901ae8b hid: Pop a struct of parameters instead of popping individual parameters 5 years ago