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