[GPU] Add support for the BC4/5 texture formats

This commit is contained in:
gdkchan
2018-04-10 18:54:50 -03:00
parent f57fd95fd9
commit 7b2f471d4f
5 changed files with 20 additions and 4 deletions

View File

@@ -316,6 +316,8 @@ namespace Ryujinx.Core.OsHle.Services.Nv
int Padding = Reader.ReadInt32();
int Offset = Reader.ReadInt32();
int Pages = Reader.ReadInt32();
System.Console.WriteLine("remap " + Offset.ToString("x8") + " " + Pages.ToString("x8"));
}
//TODO