mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 19:17:10 +02:00
[GPU] Add support for the BC4/5 texture formats
This commit is contained in:
parent
f57fd95fd9
commit
7b2f471d4f
5 changed files with 20 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue