index
:
yuzu-mainline
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.h
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
2023-11-15
service: hid: Split hid.cpp into individual interfaces
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
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-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-02-18
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-09-22
Deglobalize System: IRS
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