mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-13 00:35:48 +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