mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-02 23:47:18 +00:00
Move solution and projects to src
This commit is contained in:
5
src/ARMeilleure/State/ExceptionCallback.cs
Normal file
5
src/ARMeilleure/State/ExceptionCallback.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace ARMeilleure.State
|
||||
{
|
||||
public delegate void ExceptionCallbackNoArgs(ExecutionContext context);
|
||||
public delegate void ExceptionCallback(ExecutionContext context, ulong address, int id);
|
||||
}
|
||||
Reference in New Issue
Block a user