aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2021-01-22Merge pull request #5765 from ogniK5377/StoreSaveDataThumbnail-stubbunnei
2021-01-20Merge pull request #5270 from german77/multiTouchbunnei
2021-01-19acc: Stub StoreSaveDataThumbnailChloe Marcec
2021-01-17npad: Add check for HANDHELD_INDEX in UpdateControllerAt()Morph
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp
2021-01-15Always initialize keyboard inputgerman
2021-01-15Add mutitouch support for touch screensgerman
2021-01-15Allow to return up to 16 touch inputs per enginegerman
2021-01-15Allow all touch inputs at the same time and remove config options that are no...german
2021-01-15Add multitouch supportgerman
2021-01-11core: hle: Add missing calls to MicroProfileOnThreadExit.bunnei
2021-01-11core: hle: kernel: Update KSynchronizationObject.bunnei
2021-01-11hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.bunnei
2021-01-10Merge pull request #5312 from german77/overclockenabledbunnei
2021-01-08core: Silence unhandled enum in switch warningsReinUsesLisp
2021-01-08Stub IsCpuOverclockEnabledgerman
2021-01-07fix for nvdec disabled, cleanup host1xameerj
2021-01-07nvdec syncpt incorporationameerj
2021-01-05core: Silence warnings when compiling without assertsReinUsesLisp
2021-01-04buffer_queue: Protect queue_sequence list access with a mutexameerj
2021-01-02hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect.bunnei
2021-01-02general: Fix various spelling errorsMorph
2020-12-30Merge pull request #5208 from bunnei/service-threadsbunnei
2020-12-30service/pcie: Fix invalid initialization argumentReinUsesLisp
2020-12-28hle: service: Acquire and release a lock on requests.bunnei
2020-12-28hle: service: vi: Refactor to grab buffer only once.bunnei
2020-12-28service: nvflinger: Improve synchronization for BufferQueue.bunnei
2020-12-28hle: service: Ensure system is powered on before writing IPC result.bunnei
2020-12-28hle: service: bsd: Update to work with service threads, removing SleepClientT...bunnei
2020-12-28hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei
2020-12-28hle: service: nvflinger: Refactor locking and interfaces.bunnei
2020-12-28hle: service: vi: Remove usage of SleepClientThread.bunnei
2020-12-21Merge pull request #5042 from Morph1984/project-aetherbunnei
2020-12-20Merge pull request #5131 from bunnei/scheduler-rewritebunnei
2020-12-18applets/web: Implement the online web browser appletMorph
2020-12-18main, applets/web: Re-add progress dialog for RomFS extractionMorph
2020-12-18pl_u, applets/web: Decrypt shared fonts to TTF filesMorph
2020-12-18ns_vm: Stub NeedsUpdateVulnerabilityMorph
2020-12-18controllers/npad: Make press_state atomicMorph
2020-12-18applets/web: Implement the default web browser applet frontendMorph
2020-12-18applets/web: Implement the offline browser applet backendMorph
2020-12-18applets/web: Initial implementation of the web browser appletMorph
2020-12-18applets: Remove the previous web browser applet implementationMorph
2020-12-18buffer_queue: better use of std::arrayameerj
2020-12-17Overwrite slots instead of queuing them, add disconnect signalameerj
2020-12-15Merge pull request #5190 from Morph1984/validate_device_handlebunnei
2020-12-15Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei
2020-12-14Merge pull request #5168 from Morph1984/aoc-PurchaseEventManagerbunnei
2020-12-12controllers/npad: Validate device handles before useMorph