Ryubing/src/Ryujinx.HLE/Debugger/Message/SendNackMessage.cs
2025-08-04 20:45:15 -05:00

7 lines
85 B
C#

namespace Ryujinx.HLE.Debugger
{
struct SendNackMessage : IMessage
{
}
}