index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
hid
/
irs.cpp
Age
Commit message (
Expand
)
Author
2024-02-06
service: irs: Migrate service to new interface
german77
2024-01-05
hid_core: Move hid to it's own subproject
Narr the Reg
2024-01-03
service: hid: Implement NpadResource and NpadData
Narr the Reg
2023-12-24
service: fetch objects from the client handle table
Liam
2023-11-20
service: hid: Create appropriate hid resources
Narr the Reg
2023-11-11
service: irs: Implement moment image processor
Narr the Reg
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-24
hid: avoid direct pointer access of transfer memory objects
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-01-19
core: hid: Only set the polling mode to the correct side
Narr the Reg
2023-01-19
input_common: Fix issue where ring and irs are enabled at the same time
german77
2023-01-19
input_common: Implement joycon ir camera
Narr the Reg
2022-09-21
yuzu: Silence some clang warnings
Narr the Reg
2022-07-24
service: irs: Implement clustering processor
german77
2022-07-23
yuzu: Add webcam support and rebase to latest master
Narr the Reg
2022-07-23
service: irs: Move to IRS namespace and minor fixes
german77
2022-07-23
service: irs: Split processors and implement ImageTransferProcessor
german77
2022-05-31
service: hid: Improve stub of IRS
Narr the Reg
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-02-18
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-17
service: irs: Update for new shared memory layout.
bunnei
2019-09-22
Deglobalize System: IRS
David Marcec
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-09-23
Stubbed IRS (#1349)
David
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-26
service/hid: Add irs services
Lioncash