3073 Commits (659b5f808852d069d4aaabd153ab1f817bf75ffe)

Author SHA1 Message Date
Morph 89df483567 applets/web: Implement the offline browser applet backend 5 years ago
Morph a5750f437d applets/web: Initial implementation of the web browser applet 5 years ago
Morph ccb439efb0 applets: Remove the previous web browser applet implementation 5 years ago
ameerj 873ad1272e buffer_queue: better use of std::array 5 years ago
ameerj 8cb683f3b9 Overwrite slots instead of queuing them, add disconnect signal 5 years ago
Morph 1c773c0869 controllers/npad: Validate device handles before use 5 years ago
Morph deff708cbe IPurchaseEventManager: Implement GetPurchasedEventReadableHandle 5 years ago
Morph a9cfe06aaf IPurchaseEventManager: Stub Set(Default)DeliveryTarget 5 years ago
Morph 009bdb3558 aoc_u: Stub Create(Permanent)EcPurchasedEventManager 5 years ago
Morph e15039372e fsp_srv: Implement OpenDataStorageWithProgramIndex 5 years ago
Morph 0eb6c6cd83 file_sys: Consolidate common Title ID operations 5 years ago
Lioncash 6b7320add4 core: Remove unnecessary enum casts in log calls 5 years ago
Lioncash 215cfbb757 controller: Use std::move within ConvertToFrontendParameters() 5 years ago
Lioncash 97dd67ad1c controller: Avoid unnecessary copies in ConfigurationComplete() 5 years ago
comex 0791082b43 network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` 5 years ago
comex 3373149fdc hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp 5 years ago
comex feac654ba0 core: Mark unused fields as [[maybe_unused]] 5 years ago
comex 5cb1a343d1 boxcat: Avoid unnecessary object copy 5 years ago
comex 716ae72aac nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass 5 years ago
bunnei 9e29e36a78 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 years ago
Morph f6d4a289d5 applets: Resolve variable shadowing 5 years ago
Morph c2f83c04cb nim: Stub IsLargeResourceAvailable 5 years ago
bunnei 63fd1bb503 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 years ago
german 4eb7327559 Add missing types to NpadCommunicationMode 5 years ago
Lioncash 073e07ae2d savedata_factory: Eliminate usage of the global system instance 5 years ago
german 3898d8f0d7 Stub set and get NpadCommunicationMode 5 years ago
Lioncash 1a954b2a59 service: Eliminate usages of the global system instance 5 years ago
Morph 6f70e1b1ff hid: Check if applet_resource exists in InitializeVibrationDevice 5 years ago
bunnei 4fb5ca80c0 service: am: Implement ExecuteProgram and required stubs. 5 years ago
bunnei 7791cc8c2e
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) 5 years ago
comex e8b2fd21d8 nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID 5 years ago
Chloe Marcec ab25d1fe9a nvservices: Reintroducee IoctlCtrl 5 years ago
bunnei 3794c91145 olsc: Move member initialization to after member functions. 5 years ago
bunnei 6e37676482 hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. 5 years ago
Lioncash 6f8a06bac5 patch_manager: Remove usages of the global system instance 5 years ago
Morph ad50209383 hid: Reimplement Begin/EndPermitVibrationSession 5 years ago
Morph d8ad2f3484 controllers/npad: Load input devices on init 5 years ago
Morph 97b2220a82 general: Fix compiler warnings on linux and miscellaneous changes 5 years ago
Morph 30e0d1c973 controllers/npad: Remove the old vibration filter 5 years ago
Morph 978ca65f59 hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted 5 years ago
Morph e9e1876e82 input_common: Add VibrationDevice and VibrationDeviceFactory 5 years ago
Morph 38110dd485 configure_input: Add per-player vibration 5 years ago
Morph d6a41cfc21 settings: Remove global vibration strength modifier 5 years ago
Morph 92fa5257c7 hid: Mark Begin/EndPermitVibrationSession as stubs 5 years ago
Morph 373408ae8c controllers/npad: Send an empty vibration on destruction/deactivation 5 years ago
Morph 70f16f1722 hid: Stub IsVibrationDeviceMounted 5 years ago
Morph 9b501af8e3 controllers/npad: Add heuristics to reduce rumble state changes 5 years ago
Morph 652d6766d5 configure_input: Hook up the vibration percentage spinbox 5 years ago
Morph e02ef3c3be controllers/npad: Stop games from vibrating incorrect controllers 5 years ago
Morph 07b81f57ba hid: Fix controller rumble based on new research 5 years ago