Start new texcache

This commit is contained in:
emufan4568
2022-08-23 23:41:38 +03:00
parent 12f84e18dc
commit a6deaaaa80
20 changed files with 2406 additions and 10 deletions

View File

@ -15,6 +15,7 @@ size_t CalculateTileSize(TexturingRegs::TextureFormat format);
struct TextureInfo {
PAddr physical_address;
std::array<PAddr, 5> cube_addresses;
unsigned int width;
unsigned int height;
ptrdiff_t stride;