mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 20:20:48 -07:00
Add Cheat Manager (#2964)
* add cheatmanager * use modloader to load cheats for manager * addressed nits
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user