This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
ryujinx
Watch
1
Star
0
Fork
You've already forked ryujinx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
eeb626947e
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-10 20:46:42 -04: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 14:58:46 -04:00
{
class
KEvent
:
KSynchronizationObject
{
}
}
Reference in a new issue
Copy permalink