GPU: Implement guest driver profile and deduce texture handler sizes.

This commit is contained in:
Fernando Sahmkow 2020-01-03 16:16:29 -04:00 committed by FernandoS27
parent 0d6a9f7d6b
commit e9f3264c8d
13 changed files with 127 additions and 0 deletions

View file

@ -191,6 +191,7 @@ private:
};
void Decode();
void PostDecode();
NodeBlock DecodeRange(u32 begin, u32 end);
void DecodeRangeInner(NodeBlock& bb, u32 begin, u32 end);