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
*
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