4870 Commits (1d869e8495c56ac82e2767b993ce0587197faa01)

Author SHA1 Message Date
german b92717bec6 Always initialize keyboard input 5 years ago
german df1070a735 Add mutitouch support for touch screens 5 years ago
german f452fbfc88 Allow to return up to 16 touch inputs per engine 5 years ago
german 2aa888b7e3 Allow all touch inputs at the same time and remove config options that are not longer necesary 5 years ago
german 29cf5313da Add multitouch support 5 years ago
bunnei 7f4d928f77 core: hle: Add missing calls to MicroProfileOnThreadExit. 5 years ago
bunnei 2feb4d56e9 core: hle: kernel: Update KSynchronizationObject. 5 years ago
bunnei a45d39c9d6 hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState. 5 years ago
ReinUsesLisp 53cf598783 core: Silence unhandled enum in switch warnings 5 years ago
german b28282edab Stub IsCpuOverclockEnabled 5 years ago
ameerj 30f3faf3e2 fix for nvdec disabled, cleanup host1x 5 years ago
ameerj 762de858e6 nvdec syncpt incorporation 5 years ago
ReinUsesLisp 64d9ef5e7a core: Silence warnings when compiling without asserts 5 years ago
ameerj 2faecc2720 buffer_queue: Protect queue_sequence list access with a mutex 5 years ago
bunnei a86ae9fa3c hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect. 5 years ago
Morph 23413c0d44 general: Fix various spelling errors 5 years ago
ReinUsesLisp d719dc7688 service/pcie: Fix invalid initialization argument 5 years ago
bunnei e5f216261e hle: service: Acquire and release a lock on requests. 5 years ago
bunnei 04e4925807 hle: service: vi: Refactor to grab buffer only once. 5 years ago
bunnei b1b4edec05 service: nvflinger: Improve synchronization for BufferQueue. 5 years ago
bunnei 8cf0ba96d9 hle: service: Ensure system is powered on before writing IPC result. 5 years ago
bunnei e322c6cfba hle: service: bsd: Update to work with service threads, removing SleepClientThread. 5 years ago
bunnei fd213b5856 hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread. 5 years ago
bunnei eeabd0cc31 hle: service: nvflinger: Refactor locking and interfaces. 5 years ago
bunnei b8cb6a1b2c hle: service: vi: Remove usage of SleepClientThread. 5 years ago
Morph 469ed33cf6 applets/web: Implement the online web browser applet 5 years ago
Morph fef6f942e4 main, applets/web: Re-add progress dialog for RomFS extraction 5 years ago
Morph 46f376e8fe pl_u, applets/web: Decrypt shared fonts to TTF files 5 years ago
Morph 0e1390257a ns_vm: Stub NeedsUpdateVulnerability 5 years ago
Morph 7c1af698e4 controllers/npad: Make press_state atomic 5 years ago
Morph a367dc5be0 applets/web: Implement the default web browser applet frontend 5 years ago
Morph 312d05c3ff applets/web: Implement the offline browser applet backend 5 years ago
Morph c3371126a0 applets/web: Initial implementation of the web browser applet 5 years ago
Morph 7da1c67f5a applets: Remove the previous web browser applet implementation 5 years ago
ameerj 0bdbc27d82 buffer_queue: better use of std::array 5 years ago
ameerj ad6bf1246c Overwrite slots instead of queuing them, add disconnect signal 5 years ago
Morph 63115659b0 controllers/npad: Validate device handles before use 5 years ago
Morph bd11a640d0 IPurchaseEventManager: Implement GetPurchasedEventReadableHandle 5 years ago
Morph e6f78dd3f0 IPurchaseEventManager: Stub Set(Default)DeliveryTarget 5 years ago
Morph 6327da2213 aoc_u: Stub Create(Permanent)EcPurchasedEventManager 5 years ago
Morph 419996f5db fsp_srv: Implement OpenDataStorageWithProgramIndex 5 years ago
Morph f30f97994b file_sys: Consolidate common Title ID operations 5 years ago
Lioncash 8f135703dc core: Remove unnecessary enum casts in log calls 5 years ago
Lioncash fb0e41b085 controller: Use std::move within ConvertToFrontendParameters() 5 years ago
Lioncash b3a31de3b9 controller: Avoid unnecessary copies in ConfigurationComplete() 5 years ago
comex f5937952aa network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` 5 years ago
comex 63994da5c3 hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp 5 years ago
comex cf99d67e66 core: Mark unused fields as [[maybe_unused]] 5 years ago
comex 8e924224df boxcat: Avoid unnecessary object copy 5 years ago
comex e250594b6e nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass 5 years ago