mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 01:42:23 -05:00
Fix a small size related issue on MapBufferEx and add the BC7U texture format
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user