This website requires JavaScript.
Explore
Help
Sign in
N-archive
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
fdda67d476
Ryujinx
/
Ryujinx.HLE
/
OsHle
/
Handles
/
KEvent.cs
4 lines
85 B
C#
Raw
Normal View
History
Unescape
Escape
Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation
2018-06-11 02:46:42 +02:00
namespace
Ryujinx.HLE.OsHle.Handles
[WIP] Add support for events (#60) * Add support for events, move concept of domains to IpcService * Support waiting for KThread, remove some test code, other tweaks * Use move handle on NIFM since I can't test that now, it's better to leave it how it was
2018-03-19 19:58:46 +01:00
{
class
KEvent
:
KSynchronizationObject
{
}
}
Reference in a new issue
Copy permalink