index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
hid
/
irs.cpp
Age
Commit message (
Expand
)
Author
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