Fix a small size related issue on MapBufferEx and add the BC7U texture format

This commit is contained in:
gdkchan 2018-06-10 01:00:43 -03:00
parent adeb8793c2
commit 49fd76db0f
6 changed files with 11 additions and 8 deletions

View file

@ -140,11 +140,9 @@ namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuAS
if (Size == 0)
{
Size = Map.Size;
Size = (uint)Map.Size;
}
Size = Map.Size;
int Result = NvResult.Success;
//Note: When the fixed offset flag is not set,