mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 10:18:30 +02:00
Add Cheat Manager (#2964)
* add cheatmanager * use modloader to load cheats for manager * addressed nits
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user