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
/
kernel
/
object.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
1
-0
/
+1
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-21
/
+9
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
1
-5
/
+0
*
core/kernel/object: Rename ResetType enum members
Lioncash
2019-05-18
1
-2
/
+2
*
kernel/object: Remove unused handle type entry
Lioncash
2019-04-03
1
-1
/
+0
*
core/hle/kernel: Split transfer memory handling out into its own class
Lioncash
2019-03-13
1
-0
/
+1
*
kernel: Remove the Timer class
Lioncash
2019-02-01
1
-1
/
+0
*
Removed pulse event type
David Marcec
2019-01-04
1
-1
/
+0
*
kernel/object: Amend handle types to distinguish between readable and writable events
Lioncash
2018-12-04
1
-1
/
+2
*
kernel/object: Add descriptions to ResetTypes
Zach Hilman
2018-11-29
1
-3
/
+3
*
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
1
-1
/
+0
*
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
Lioncash
2018-09-28
1
-2
/
+1
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-3
/
+7
*
kernel/object: Tighten object against data races
Lioncash
2018-08-13
1
-7
/
+8
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-0
/
+100