IGalMemory.cs 123 B

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