Add Cheat Manager (#2964)
* add cheatmanager * use modloader to load cheats for manager * addressed nits
This commit is contained in:
parent
dc8a1d5cba
commit
e98abf1820
12 changed files with 388 additions and 13 deletions
|
@ -4,6 +4,7 @@ namespace Ryujinx.HLE.HOS.Tamper
|
|||
{
|
||||
interface ITamperProgram
|
||||
{
|
||||
bool IsEnabled { get; set; }
|
||||
string Name { get; }
|
||||
bool TampersCodeMemory { get; set; }
|
||||
ITamperedProcess Process { get; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue