0c1ea121 ^
32674949 ^
1 2 3 4 5 6 7 8
9
using System; namespace Ryujinx.HLE.Exceptions { public class TamperExecutionException : Exception { public TamperExecutionException(string message) : base(message) { } } }