mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-03 15:27:26 +00:00
4 lines
86 B
C#
4 lines
86 B
C#
|
namespace Ryujinx.Core.OsHle.Handles
|
||
|
{
|
||
|
class KEvent : KSynchronizationObject { }
|
||
|
}
|