mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-06 21:35:46 +00:00
Fix a small size related issue on MapBufferEx and add the BC7U texture format
This commit is contained in:
@@ -44,6 +44,7 @@ namespace Ryujinx.Core.Gpu
|
||||
return W * H * 8;
|
||||
}
|
||||
|
||||
case GalTextureFormat.BC7U:
|
||||
case GalTextureFormat.BC2:
|
||||
case GalTextureFormat.BC3:
|
||||
case GalTextureFormat.BC5:
|
||||
|
||||
Reference in New Issue
Block a user