mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-07 19:49:08 +00:00
Move solution and projects to src
This commit is contained in:
6
src/ARMeilleure/Decoders/InstEmitter.cs
Normal file
6
src/ARMeilleure/Decoders/InstEmitter.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using ARMeilleure.Translation;
|
||||
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
delegate void InstEmitter(ArmEmitterContext context);
|
||||
}
|
||||
Reference in New Issue
Block a user