index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Kernel
/
KEvent.cs
blob: eaaafaba334c7210c188d5c1242fb12eb66f836c (
plain
)
1
2
3
4
namespace
Ryujinx
.
HLE
.
HOS
.
Kernel
{
class
KEvent
:
KSynchronizationObject {
}
}