mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 23:50:46 -07:00
Improve texture tables (#457)
* Improve texture tables * More renaming and other tweaks * Minor tweaks
This commit is contained in:
@ -321,7 +321,7 @@ namespace Ryujinx.HLE.HOS.Services.Android
|
||||
FbWidth,
|
||||
FbHeight, 1, 16,
|
||||
GalMemoryLayout.BlockLinear,
|
||||
GalImageFormat.A8B8G8R8 | GalImageFormat.Unorm);
|
||||
GalImageFormat.RGBA8 | GalImageFormat.Unorm);
|
||||
}
|
||||
|
||||
Context.Device.Gpu.ResourceManager.ClearPbCache();
|
||||
|
Reference in New Issue
Block a user