IGalMemory.cs 116 B

1234567
  1. namespace Ryujinx.Graphics.Gal
  2. {
  3. public interface IGalMemory
  4. {
  5. int ReadInt32(long position);
  6. }
  7. }