TMEM: Handle savestate and init

This commit is contained in:
Scott Mansell
2021-10-10 15:49:59 +13:00
parent 88bd10cd30
commit a33cf27885
5 changed files with 27 additions and 4 deletions

View File

@ -18,4 +18,8 @@ void Bind(u32 unit, int num_blocks_width, int num_blocks_height, bool is_mipmapp
void FinalizeBinds(BitSet32 used_textures);
bool IsCached(u32 unit);
bool IsValid(u32 unit);
void Init();
void DoState(PointerWrap& p);
} // namespace TMEM