Move solution and projects to src
This commit is contained in:
13
src/Ryujinx.HLE/HOS/Tamper/ITamperProgram.cs
Normal file
13
src/Ryujinx.HLE/HOS/Tamper/ITamperProgram.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Ryujinx.HLE.HOS.Services.Hid;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Tamper
|
||||
{
|
||||
interface ITamperProgram
|
||||
{
|
||||
bool IsEnabled { get; set; }
|
||||
string Name { get; }
|
||||
bool TampersCodeMemory { get; set; }
|
||||
ITamperedProcess Process { get; }
|
||||
void Execute(ControllerKeys pressedKeys);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user