aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Tamper/Operations/IOperation.cs
blob: a4474979cc266ec76f30ff46581be5c16dbaae4b (plain) (blame)
1
2
3
4
5
6
7
namespace Ryujinx.HLE.HOS.Tamper.Operations
{
    interface IOperation
    {
        void Execute();
    }
}