mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-01 23:17:17 +00:00
Move solution and projects to src
This commit is contained in:
9
src/Ryujinx.HLE/Exceptions/TamperExecutionException.cs
Normal file
9
src/Ryujinx.HLE/Exceptions/TamperExecutionException.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.HLE.Exceptions
|
||||
{
|
||||
public class TamperExecutionException : Exception
|
||||
{
|
||||
public TamperExecutionException(string message) : base(message) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user