Add Cheat Manager (#2964)

* add cheatmanager

* use modloader to load cheats for manager

* addressed nits
This commit is contained in:
Emmanuel Hansen
2022-01-03 08:39:43 +00:00
committed by GitHub
parent dc8a1d5cba
commit e98abf1820
12 changed files with 388 additions and 13 deletions

View File

@ -156,6 +156,11 @@ namespace Ryujinx.HLE
return System.GetVolume();
}
public void EnableCheats()
{
FileSystem.ModLoader.EnableCheats(Application.TitleId, TamperMachine);
}
public bool IsAudioMuted()
{
return System.GetVolume() == 0;