General improvements for GpuResourceManager (#421)

* General improvements to GpuResourceManager

* Address feedback

* Address feedback
This commit is contained in:
ReinUsesLisp 2018-09-19 18:26:49 -03:00 committed by gdkchan
parent e04221b293
commit bed13f2022
3 changed files with 72 additions and 66 deletions

View file

@ -35,7 +35,5 @@ namespace Ryujinx.Graphics.Gal
int DstY1);
void Reinterpret(long Key, GalImage NewImage);
byte[] GetData(long Key);
}
}