This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
Ryujinx-uplift
Watch
1
Star
0
Fork
0
You've already forked Ryujinx-uplift
mirror of
https://github.com/GreemDev/Ryujinx.git
synced
2024-11-16 22:37:08 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
791fe70810
Ryujinx-uplift
/
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 New Issue
Copy Permalink